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-gyr5wj9zj0fg.deno.dev/v0.2/services/sagemaker.ts";
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]
§
ArtifactType: string
[src]
§
MetadataProperties?: MetadataProperties | null
[src]
§
Properties?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
Tags?: Tag[] | null
[src]