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

Class: Aws::SageMaker::Types::UpdateExperimentRequest

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

Overview

Note:

When passing UpdateExperimentRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  experiment_name: "ExperimentEntityName", # required
  display_name: "ExperimentEntityName",
  description: "ExperimentDescription",
}

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the experiment.

Returns:

  • (String)

    The description of the experiment.

#display_nameString

The name of the experiment as displayed. The name doesn\'t need to be unique. If DisplayName isn\'t specified, ExperimentName is displayed.

Returns:

  • (String)

    The name of the experiment as displayed.

#experiment_nameString

The name of the experiment to update.

Returns:

  • (String)

    The name of the experiment to update.