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

DescribeTrialResponse

import type { DescribeTrialResponse } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface DescribeTrialResponse {
CreatedBy?: UserContext | null;
CreationTime?: Date | number | null;
DisplayName?: string | null;
ExperimentName?: string | null;
LastModifiedBy?: UserContext | null;
LastModifiedTime?: Date | number | null;
MetadataProperties?: MetadataProperties | null;
Source?: TrialSource | null;
TrialArn?: string | null;
TrialName?: string | null;
}

§Properties

§
CreatedBy?: UserContext | null
[src]

Who created the trial.

§
CreationTime?: Date | number | null
[src]

When the trial was created.

§
DisplayName?: string | null
[src]

The name of the trial as displayed. If DisplayName isn't specified, TrialName is displayed.

§
ExperimentName?: string | null
[src]

The name of the experiment the trial is part of.

§
LastModifiedBy?: UserContext | null
[src]

Who last modified the trial.

§
LastModifiedTime?: Date | number | null
[src]

When the trial was last modified.

§
MetadataProperties?: MetadataProperties | null
[src]
§
Source?: TrialSource | null
[src]

The Amazon Resource Name (ARN) of the source and, optionally, the job type.

§
TrialArn?: string | null
[src]

The Amazon Resource Name (ARN) of the trial.

§
TrialName?: string | null
[src]

The name of the trial.