Class: Aws::LookoutforVision::Types::DatasetMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutforVision::Types::DatasetMetadata
- Defined in:
- gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb
Overview
Summary information for an Amazon Lookout for Vision dataset. For more information, see DescribeDataset and ProjectDescription.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_timestamp ⇒ Time
The Unix timestamp for the date and time that the dataset was created.
-
#dataset_type ⇒ String
The type of the dataset.
-
#status ⇒ String
The status for the dataset.
-
#status_message ⇒ String
The status message for the dataset.
Instance Attribute Details
#creation_timestamp ⇒ Time
The Unix timestamp for the date and time that the dataset was created.
373 374 375 376 377 378 379 380 |
# File 'gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb', line 373 class DatasetMetadata < Struct.new( :dataset_type, :creation_timestamp, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#dataset_type ⇒ String
The type of the dataset.
373 374 375 376 377 378 379 380 |
# File 'gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb', line 373 class DatasetMetadata < Struct.new( :dataset_type, :creation_timestamp, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status for the dataset.
373 374 375 376 377 378 379 380 |
# File 'gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb', line 373 class DatasetMetadata < Struct.new( :dataset_type, :creation_timestamp, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
The status message for the dataset.
373 374 375 376 377 378 379 380 |
# File 'gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb', line 373 class DatasetMetadata < Struct.new( :dataset_type, :creation_timestamp, :status, :status_message) SENSITIVE = [] include Aws::Structure end |