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

DescribeArtifactResponse

import type { DescribeArtifactResponse } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface DescribeArtifactResponse {
ArtifactArn?: string | null;
ArtifactName?: string | null;
ArtifactType?: string | null;
CreatedBy?: UserContext | null;
CreationTime?: Date | number | null;
LastModifiedBy?: UserContext | null;
LastModifiedTime?: Date | number | null;
LineageGroupArn?: string | null;
MetadataProperties?: MetadataProperties | null;
Properties?: {
[key: string]: string | null | undefined;
}
| null;
Source?: ArtifactSource | null;
}

§Properties

§
ArtifactArn?: string | null
[src]

The Amazon Resource Name (ARN) of the artifact.

§
ArtifactName?: string | null
[src]

The name of the artifact.

§
ArtifactType?: string | null
[src]

The type of the artifact.

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

When the artifact was created.

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

When the artifact was last modified.

§
LineageGroupArn?: string | null
[src]

The Amazon Resource Name (ARN) of the lineage group.

§
MetadataProperties?: MetadataProperties | null
[src]
§
Properties?: {
[key: string]: string | null | undefined;
}
| null
[src]

A list of the artifact's properties.

§
Source?: ArtifactSource | null
[src]

The source of the artifact.