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

DescribeProjectOutput

import type { DescribeProjectOutput } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface DescribeProjectOutput {
CreatedBy?: UserContext | null;
CreationTime: Date | number;
LastModifiedBy?: UserContext | null;
LastModifiedTime?: Date | number | null;
ProjectArn: string;
ProjectDescription?: string | null;
ProjectId: string;
ProjectName: string;
ProjectStatus: ProjectStatus;
ServiceCatalogProvisionedProductDetails?: ServiceCatalogProvisionedProductDetails | null;
ServiceCatalogProvisioningDetails: ServiceCatalogProvisioningDetails;
}

§Properties

§
CreatedBy?: UserContext | null
[src]
§
CreationTime: Date | number
[src]

The time when the project was created.

§
LastModifiedBy?: UserContext | null
[src]
§
LastModifiedTime?: Date | number | null
[src]

The timestamp when project was last modified.

§
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.

§
ServiceCatalogProvisionedProductDetails?: ServiceCatalogProvisionedProductDetails | null
[src]

Information about a provisioned service catalog product.

§
ServiceCatalogProvisioningDetails: ServiceCatalogProvisioningDetails
[src]

Information used to provision a service catalog product. For information, see What is Amazon Web Services Service Catalog.