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

ArtifactSourceType

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

The ID and ID type of an artifact source.

interface ArtifactSourceType {
SourceIdType: ArtifactSourceIdType;
Value: string;
}

§Properties

§

The type of ID.

§
Value: string
[src]

The ID.