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

Class: Aws::SageMaker::Types::Experiment

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

Overview

The properties of an experiment as returned by the Search API.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#created_byTypes::UserContext

Information about the user who created or modified an experiment, trial, or trial component.

Returns:

  • (Types::UserContext)

    Information about the user who created or modified an experiment, trial, or trial component.

    .

#creation_timeTime

When the experiment was created.

Returns:

  • (Time)

    When the experiment was created.

#descriptionString

The description of the experiment.

Returns:

  • (String)

    The description of the experiment.

#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.

#last_modified_byTypes::UserContext

Information about the user who created or modified an experiment, trial, or trial component.

Returns:

  • (Types::UserContext)

    Information about the user who created or modified an experiment, trial, or trial component.

    .

#last_modified_timeTime

When the experiment was last modified.

Returns:

  • (Time)

    When the experiment was last modified.

#sourceTypes::ExperimentSource

The source of the experiment.

Returns:

#tagsArray<Types::Tag>

The list of tags that are associated with the experiment. You can use Search API to search on the tags.

Returns:

  • (Array<Types::Tag>)

    The list of tags that are associated with the experiment.