Class: Aws::Rekognition::Types::DatasetMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::DatasetMetadata
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rekognition/types.rb
Overview
Summary information for an Amazon Rekognition Custom Labels dataset. For more information, see 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_arn ⇒ String
The Amazon Resource Name (ARN) for the dataset.
-
#dataset_type ⇒ String
The type of the dataset.
-
#status ⇒ String
The status for 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 date and time that the dataset was created.
1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 |
# File 'lib/aws-sdk-rekognition/types.rb', line 1469 class DatasetMetadata < Struct.new( :creation_timestamp, :dataset_type, :dataset_arn, :status, :status_message, :status_message_code) SENSITIVE = [] include Aws::Structure end |
#dataset_arn ⇒ String
The Amazon Resource Name (ARN) for the dataset.
1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 |
# File 'lib/aws-sdk-rekognition/types.rb', line 1469 class DatasetMetadata < Struct.new( :creation_timestamp, :dataset_type, :dataset_arn, :status, :status_message, :status_message_code) SENSITIVE = [] include Aws::Structure end |
#dataset_type ⇒ String
The type of the dataset.
1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 |
# File 'lib/aws-sdk-rekognition/types.rb', line 1469 class DatasetMetadata < Struct.new( :creation_timestamp, :dataset_type, :dataset_arn, :status, :status_message, :status_message_code) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status for the dataset.
1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 |
# File 'lib/aws-sdk-rekognition/types.rb', line 1469 class DatasetMetadata < Struct.new( :creation_timestamp, :dataset_type, :dataset_arn, :status, :status_message, :status_message_code) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
The status message for the dataset.
1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 |
# File 'lib/aws-sdk-rekognition/types.rb', line 1469 class DatasetMetadata < Struct.new( :creation_timestamp, :dataset_type, :dataset_arn, :status, :status_message, :status_message_code) 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.
1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 |
# File 'lib/aws-sdk-rekognition/types.rb', line 1469 class DatasetMetadata < Struct.new( :creation_timestamp, :dataset_type, :dataset_arn, :status, :status_message, :status_message_code) SENSITIVE = [] include Aws::Structure end |