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

TrialComponentSimpleSummary

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

A short summary of a trial component.

interface TrialComponentSimpleSummary {
CreatedBy?: UserContext | null;
CreationTime?: Date | number | null;
TrialComponentArn?: string | null;
TrialComponentName?: string | null;
TrialComponentSource?: TrialComponentSource | null;
}

§Properties

§
CreatedBy?: UserContext | null
[src]
§
CreationTime?: Date | number | null
[src]

When the component was created.

§
TrialComponentArn?: string | null
[src]

The Amazon Resource Name (ARN) of the trial component.

§
TrialComponentName?: string | null
[src]

The name of the trial component.

§
TrialComponentSource?: TrialComponentSource | null
[src]