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

CreateArtifactRequest

import type { CreateArtifactRequest } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface CreateArtifactRequest {
ArtifactName?: string | null;
ArtifactType: string;
MetadataProperties?: MetadataProperties | null;
Properties?: {
[key: string]: string | null | undefined;
}
| null;
Tags?: Tag[] | null;
}

§Properties

§
ArtifactName?: string | null
[src]

The name of the artifact. Must be unique to your account in an Amazon Web Services Region.

§
ArtifactType: string
[src]

The artifact type.

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

A list of properties to add to the artifact.

§

The ID, ID type, and URI of the source.

§
Tags?: Tag[] | null
[src]

A list of tags to apply to the artifact.