DatasetMetadata - Amazon Rekognition

DatasetMetadata

Summary information for an Amazon Rekognition Custom Labels dataset. For more information, see ProjectDescription.

Contents

CreationTimestamp

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

Type: Timestamp

Required: No

DatasetArn

The Amazon Resource Name (ARN) for the dataset.

Type: String

Length Constraints: Minimum length of 20. Maximum length of 2048.

Pattern: (^arn:[a-z\d-]+:rekognition:[a-z\d-]+:\d{12}:project\/[a-zA-Z0-9_.\-]{1,255}\/dataset\/(train|test)\/[0-9]+$)

Required: No

DatasetType

The type of the dataset.

Type: String

Valid Values: TRAIN | TEST

Required: No

Status

The status for the dataset.

Type: String

Valid Values: CREATE_IN_PROGRESS | CREATE_COMPLETE | CREATE_FAILED | UPDATE_IN_PROGRESS | UPDATE_COMPLETE | UPDATE_FAILED | DELETE_IN_PROGRESS

Required: No

StatusMessage

The status message for the dataset.

Type: String

Required: No

StatusMessageCode

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.

Type: String

Valid Values: SUCCESS | SERVICE_ERROR | CLIENT_ERROR

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: