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

ContextSource

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

A structure describing the source of a context.

interface ContextSource {
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.