Class: Aws::LookoutforVision::Types::UpdateDatasetEntriesResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lookoutforvision/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The status of the dataset update.

Returns:

  • (String)


2053
2054
2055
2056
2057
# File 'lib/aws-sdk-lookoutforvision/types.rb', line 2053

class UpdateDatasetEntriesResponse < Struct.new(
  :status)
  SENSITIVE = []
  include Aws::Structure
end