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

ProjectMetadata

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

Metadata about an Amazon Lookout for Vision project.

interface ProjectMetadata {
CreationTimestamp?: Date | number | 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.

§
ProjectArn?: string | null
[src]

The Amazon Resource Name (ARN) of the project.

§
ProjectName?: string | null
[src]

The name of the project.