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/lookoutvision.ts?docs=full";

Describe an Amazon Lookout for Vision project. For more information, see "DescribeProject".

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

§Properties

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

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

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

A list of datasets in the project.

§
ProjectArn?: string | null
[src]

The Amazon Resource Name (ARN) of the project.

§
ProjectName?: string | null
[src]

The name of the project.