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

CreateExperimentRequest

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

§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 you don't specify DisplayName, the value in ExperimentName is displayed.

§
ExperimentName: string
[src]

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

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

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