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

interface DatasetMetadata {
    CreationTimestamp?: Date;
    DatasetArn?: string;
    DatasetType?: string;
    Status?: string;
    StatusMessage?: string;
    StatusMessageCode?: string;
}

Properties

CreationTimestamp?: Date

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

DatasetArn?: string

The Amazon Resource Name (ARN) for the dataset.

DatasetType?: string

The type of the dataset.

Status?: string

The status for the dataset.

StatusMessage?: string

The status message for the dataset.

StatusMessageCode?: 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.