Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ProjectDescription

import type { ProjectDescription } from "https://aws-api.deno.dev/v0.3/services/rekognition.ts?docs=full";

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

interface ProjectDescription {
CreationTimestamp?: Date | number | null;
Datasets?: DatasetMetadata[] | null;
ProjectArn?: string | null;
Status?: ProjectStatus | null;
}

§Properties

§
CreationTimestamp?: Date | number | null
[src]

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

§
Datasets?: DatasetMetadata[] | null
[src]

Information about the training and test datasets in the project.

§
ProjectArn?: string | null
[src]

The Amazon Resource Name (ARN) of the project.

§
Status?: ProjectStatus | null
[src]

The current status of the project.