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

TrialComponentSource

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

The Amazon Resource Name (ARN) and job type of the source of a trial component.

interface TrialComponentSource {
SourceArn: string;
SourceType?: string | null;
}

§Properties

§
SourceArn: string
[src]

The source Amazon Resource Name (ARN).

§
SourceType?: string | null
[src]

The source job type.