Class: Aws::LookoutforVision::Types::UpdateDatasetEntriesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutforVision::Types::UpdateDatasetEntriesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutforvision/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ String
The status of the dataset update.
Instance Attribute Details
#status ⇒ String
The status of the dataset update.
2053 2054 2055 2056 2057 |
# File 'lib/aws-sdk-lookoutforvision/types.rb', line 2053 class UpdateDatasetEntriesResponse < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |