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

Parent

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

The trial that a trial component is associated with and the experiment the trial is part of. A component might not be associated with a trial. A component can be associated with multiple trials.

interface Parent {
ExperimentName?: string | null;
TrialName?: string | null;
}

§Properties

§
ExperimentName?: string | null
[src]

The name of the experiment.

§
TrialName?: string | null
[src]

The name of the trial.