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

ExperimentSummary

import type { ExperimentSummary } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";

A summary of the properties of an experiment. To get the complete set of properties, call the "DescribeExperiment" API and provide the ExperimentName.

interface ExperimentSummary {
CreationTime?: Date | number | null;
DisplayName?: string | null;
ExperimentArn?: string | null;
ExperimentName?: string | null;
ExperimentSource?: ExperimentSource | null;
LastModifiedTime?: Date | number | null;
}

§Properties

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

When the experiment was created.

§
DisplayName?: string | null
[src]

The name of the experiment as displayed. If DisplayName isn't specified, ExperimentName is displayed.

§
ExperimentArn?: string | null
[src]

The Amazon Resource Name (ARN) of the experiment.

§
ExperimentName?: string | null
[src]

The name of the experiment.

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

When the experiment was last modified.