Class: Aws::LookoutforVision::Types::CreateDatasetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutforVision::Types::CreateDatasetResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutforvision/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dataset_metadata ⇒ Types::DatasetMetadata
Information about the dataset.
Instance Attribute Details
#dataset_metadata ⇒ Types::DatasetMetadata
Information about the dataset.
134 135 136 137 138 |
# File 'lib/aws-sdk-lookoutforvision/types.rb', line 134 class CreateDatasetResponse < Struct.new( :dataset_metadata) SENSITIVE = [] include Aws::Structure end |