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

ArtifactSource

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

A structure describing the source of an artifact.

interface ArtifactSource {
SourceTypes?: ArtifactSourceType[] | null;
SourceUri: string;
}

§Properties

§
SourceTypes?: ArtifactSourceType[] | null
[src]

A list of source types.

§
SourceUri: string
[src]

The URI of the source.