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

PipelineExperimentConfig

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

Specifies the names of the experiment and trial created by a pipeline.

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