Skip to main content

IRekognitionDatasetDescription

Interface in AWS.Rekognition

Interface for DatasetDescription.

Properties

CreationTimestamp

property CreationTimestamp: TOptional<TDateTime>

The date and time when the dataset was created.

DatasetStats

property DatasetStats: IRekognitionDatasetStats

Type: IRekognitionDatasetStats

Statistics about the dataset.

LastUpdatedTimestamp

property LastUpdatedTimestamp: TOptional<TDateTime>

The date and time when the dataset was last updated.

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.