Class: Aws::LookoutforVision::Types::DatasetDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutforVision::Types::DatasetDescription
- Defined in:
- gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb
Overview
The description for a dataset. For more information, see DescribeDataset.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_timestamp ⇒ Time
The Unix timestamp for the time and date that the dataset was created.
-
#dataset_type ⇒ String
The type of the dataset.
-
#image_stats ⇒ Types::DatasetImageStats
Statistics about the images in a dataset.
-
#last_updated_timestamp ⇒ Time
The Unix timestamp for the date and time that the dataset was last updated.
-
#project_name ⇒ String
The name of the project that contains the dataset.
-
#status ⇒ String
The status of the dataset.
-
#status_message ⇒ String
The status message for the dataset.
Instance Attribute Details
#creation_timestamp ⇒ Time
The Unix timestamp for the time and date that the dataset was created.
295 296 297 298 299 300 301 302 303 304 305 |
# File 'gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb', line 295 class DatasetDescription < Struct.new( :project_name, :dataset_type, :creation_timestamp, :last_updated_timestamp, :status, :status_message, :image_stats) SENSITIVE = [] include Aws::Structure end |
#dataset_type ⇒ String
The type of the dataset. The value train
represents a training
dataset or single dataset project. The value test
represents a
test dataset.
295 296 297 298 299 300 301 302 303 304 305 |
# File 'gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb', line 295 class DatasetDescription < Struct.new( :project_name, :dataset_type, :creation_timestamp, :last_updated_timestamp, :status, :status_message, :image_stats) SENSITIVE = [] include Aws::Structure end |
#image_stats ⇒ Types::DatasetImageStats
Statistics about the images in a dataset.
295 296 297 298 299 300 301 302 303 304 305 |
# File 'gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb', line 295 class DatasetDescription < Struct.new( :project_name, :dataset_type, :creation_timestamp, :last_updated_timestamp, :status, :status_message, :image_stats) SENSITIVE = [] include Aws::Structure end |
#last_updated_timestamp ⇒ Time
The Unix timestamp for the date and time that the dataset was last updated.
295 296 297 298 299 300 301 302 303 304 305 |
# File 'gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb', line 295 class DatasetDescription < Struct.new( :project_name, :dataset_type, :creation_timestamp, :last_updated_timestamp, :status, :status_message, :image_stats) SENSITIVE = [] include Aws::Structure end |
#project_name ⇒ String
The name of the project that contains the dataset.
295 296 297 298 299 300 301 302 303 304 305 |
# File 'gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb', line 295 class DatasetDescription < Struct.new( :project_name, :dataset_type, :creation_timestamp, :last_updated_timestamp, :status, :status_message, :image_stats) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the dataset.
295 296 297 298 299 300 301 302 303 304 305 |
# File 'gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb', line 295 class DatasetDescription < Struct.new( :project_name, :dataset_type, :creation_timestamp, :last_updated_timestamp, :status, :status_message, :image_stats) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
The status message for the dataset.
295 296 297 298 299 300 301 302 303 304 305 |
# File 'gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb', line 295 class DatasetDescription < Struct.new( :project_name, :dataset_type, :creation_timestamp, :last_updated_timestamp, :status, :status_message, :image_stats) SENSITIVE = [] include Aws::Structure end |