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

CreateTrialRequest

import type { CreateTrialRequest } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface CreateTrialRequest {
DisplayName?: string | null;
ExperimentName: string;
MetadataProperties?: MetadataProperties | null;
Tags?: Tag[] | 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.

§
ExperimentName: string
[src]

The name of the experiment to associate the trial with.

§
MetadataProperties?: MetadataProperties | null
[src]
§
Tags?: Tag[] | null
[src]

A list of tags to associate with the trial. You can use "Search" API to search on the tags.

§
TrialName: string
[src]

The name of the trial. The name must be unique in your Amazon Web Services account and is not case-sensitive.