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

ProjectSummary

import type { ProjectSummary } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";

Information about a project.

interface ProjectSummary {
CreationTime: Date | number;
ProjectArn: string;
ProjectDescription?: string | null;
ProjectId: string;
ProjectName: string;
ProjectStatus: ProjectStatus;
}

§Properties

§
CreationTime: Date | number
[src]

The time that the project was created.

§
ProjectArn: string
[src]

The Amazon Resource Name (ARN) of the project.

§
ProjectDescription?: string | null
[src]

The description of the project.

§
ProjectId: string
[src]

The ID of the project.

§
ProjectName: string
[src]

The name of the project.

§
ProjectStatus: ProjectStatus
[src]

The status of the project.