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

UpdateTrialRequest

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

§Properties

§
DisplayName?: string | null
[src]

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

§
TrialName: string
[src]

The name of the trial to update.