A description of an Amazon Rekognition Custom Labels project. For more information, see DescribeProjects.

interface ProjectDescription {
    AutoUpdate?: ProjectAutoUpdate;
    CreationTimestamp?: Date;
    Datasets?: DatasetMetadata[];
    Feature?: CustomizationFeature;
    ProjectArn?: string;
    Status?: ProjectStatus;
}

Properties

AutoUpdate?: ProjectAutoUpdate

Indicates whether automatic retraining will be attempted for the versions of the project. Applies only to adapters.

CreationTimestamp?: Date

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

Datasets?: DatasetMetadata[]

Information about the training and test datasets in the project.

Specifies the project that is being customized.

ProjectArn?: string

The Amazon Resource Name (ARN) of the project.

Status?: ProjectStatus

The current status of the project.