You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SageMaker::Types::ExperimentSummary

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

When the experiment was created.

Returns:

  • (Time)

    When the experiment was created.

#display_nameString

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

Returns:

  • (String)

    The name of the experiment as displayed.

#experiment_arnString

The Amazon Resource Name (ARN) of the experiment.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the experiment.

#experiment_nameString

The name of the experiment.

Returns:

  • (String)

    The name of the experiment.

#experiment_sourceTypes::ExperimentSource

The source of the experiment.

Returns:

#last_modified_timeTime

When the experiment was last modified.

Returns:

  • (Time)

    When the experiment was last modified.