Class: Aws::Rekognition::Types::DatasetDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::DatasetDescription
- Defined in:
- gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb
Overview
A description for a dataset. For more information, see DescribeDataset.
The status fields Status
, StatusMessage
, and StatusMessageCode
reflect the last operation on the dataset.
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_stats ⇒ Types::DatasetStats
The status message code for the dataset.
-
#last_updated_timestamp ⇒ Time
The Unix timestamp for the date and time that the dataset was last updated.
-
#status ⇒ String
The status of the dataset.
-
#status_message ⇒ String
The status message for the dataset.
-
#status_message_code ⇒ String
The status message code for the dataset operation.
Instance Attribute Details
#creation_timestamp ⇒ Time
The Unix timestamp for the time and date that the dataset was created.
1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 1390 class DatasetDescription < Struct.new( :creation_timestamp, :last_updated_timestamp, :status, :status_message, :status_message_code, :dataset_stats) SENSITIVE = [] include Aws::Structure end |
#dataset_stats ⇒ Types::DatasetStats
The status message code for the dataset.
1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 1390 class DatasetDescription < Struct.new( :creation_timestamp, :last_updated_timestamp, :status, :status_message, :status_message_code, :dataset_stats) SENSITIVE = [] include Aws::Structure end |
#last_updated_timestamp ⇒ Time
The Unix timestamp for the date and time that the dataset was last updated.
1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 1390 class DatasetDescription < Struct.new( :creation_timestamp, :last_updated_timestamp, :status, :status_message, :status_message_code, :dataset_stats) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the dataset.
1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 1390 class DatasetDescription < Struct.new( :creation_timestamp, :last_updated_timestamp, :status, :status_message, :status_message_code, :dataset_stats) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
The status message for the dataset.
1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 1390 class DatasetDescription < Struct.new( :creation_timestamp, :last_updated_timestamp, :status, :status_message, :status_message_code, :dataset_stats) SENSITIVE = [] include Aws::Structure end |
#status_message_code ⇒ String
The status message code for the dataset operation. If a service error occurs, try the API call again later. If a client error occurs, check the input parameters to the dataset API call that failed.
1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 1390 class DatasetDescription < Struct.new( :creation_timestamp, :last_updated_timestamp, :status, :status_message, :status_message_code, :dataset_stats) SENSITIVE = [] include Aws::Structure end |