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

UpdateExperimentRequest

import type { UpdateExperimentRequest } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface UpdateExperimentRequest {
Description?: string | null;
DisplayName?: string | null;
ExperimentName: string;
}

§Properties

§
Description?: string | null
[src]

The description of the experiment.

§
DisplayName?: string | null
[src]

The name of the experiment as displayed. The name doesn't need to be unique. If DisplayName isn't specified, ExperimentName is displayed.

§
ExperimentName: string
[src]

The name of the experiment to update.