Class: Aws::Rekognition::Types::DatasetMetadata

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rekognition/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

Instance Attribute Details

#creation_timestampTime

The Unix timestamp for the date and time that the dataset was created.

Returns:

  • (Time)


1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 1457

class DatasetMetadata < Struct.new(
  :creation_timestamp,
  :dataset_type,
  :dataset_arn,
  :status,
  :status_message,
  :status_message_code)
  SENSITIVE = []
  include Aws::Structure
end

#dataset_arnString

The Amazon Resource Name (ARN) for the dataset.

Returns:

  • (String)


1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 1457

class DatasetMetadata < Struct.new(
  :creation_timestamp,
  :dataset_type,
  :dataset_arn,
  :status,
  :status_message,
  :status_message_code)
  SENSITIVE = []
  include Aws::Structure
end

#dataset_typeString

The type of the dataset.

Returns:

  • (String)


1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 1457

class DatasetMetadata < Struct.new(
  :creation_timestamp,
  :dataset_type,
  :dataset_arn,
  :status,
  :status_message,
  :status_message_code)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status for the dataset.

Returns:

  • (String)


1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 1457

class DatasetMetadata < Struct.new(
  :creation_timestamp,
  :dataset_type,
  :dataset_arn,
  :status,
  :status_message,
  :status_message_code)
  SENSITIVE = []
  include Aws::Structure
end

#status_messageString

The status message for the dataset.

Returns:

  • (String)


1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 1457

class DatasetMetadata < Struct.new(
  :creation_timestamp,
  :dataset_type,
  :dataset_arn,
  :status,
  :status_message,
  :status_message_code)
  SENSITIVE = []
  include Aws::Structure
end

#status_message_codeString

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.

Returns:

  • (String)


1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 1457

class DatasetMetadata < Struct.new(
  :creation_timestamp,
  :dataset_type,
  :dataset_arn,
  :status,
  :status_message,
  :status_message_code)
  SENSITIVE = []
  include Aws::Structure
end