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

ActionSource

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

A structure describing the source of an action.

interface ActionSource {
SourceId?: string | null;
SourceType?: string | null;
SourceUri: string;
}

§Properties

§
SourceId?: string | null
[src]

The ID of the source.

§
SourceType?: string | null
[src]

The type of the source.

§
SourceUri: string
[src]

The URI of the source.