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-gyr5wj9zj0fg.deno.dev/v0.2/services/sagemaker.ts";
interface CreateTrialRequest {
DisplayName?: string | null;
ExperimentName: string;
MetadataProperties?: MetadataProperties | null;
Tags?: Tag[] | null;
TrialName: string;
}

§Properties

§
DisplayName?: string | null
[src]
§
ExperimentName: string
[src]
§
MetadataProperties?: MetadataProperties | null
[src]
§
Tags?: Tag[] | null
[src]
§
TrialName: string
[src]