Skip to main content

IRekognitionDatasetMetadata

Interface in AWS.Rekognition

Interface for DatasetMetadata.

Properties

CreationTimestamp

property CreationTimestamp: TOptional<TDateTime>

The date and time that the dataset was created.

DatasetArn

property DatasetArn: TARN

The Amazon Resource Name (ARN) of the dataset.

DatasetType

property DatasetType: string

The type of the dataset.

Valid values: TEST | TRAIN.

Status

property Status: string

The status of the dataset.

Valid values: CREATE_IN_PROGRESS | CREATE_COMPLETE | CREATE_FAILED | UPDATE_IN_PROGRESS | UPDATE_COMPLETE | UPDATE_FAILED | DELETE_IN_PROGRESS.

StatusMessage

property StatusMessage: string

The status message for the dataset.

StatusMessageCode

property StatusMessageCode: string

The status message code for the dataset operation.

Valid values: SUCCESS | SERVICE_ERROR | CLIENT_ERROR.