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
- Struct
- Aws::SageMaker::Types::UpdateExperimentRequest
- 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
-
#description ⇒ String
The description of the experiment.
-
#display_name ⇒ String
The name of the experiment as displayed.
-
#experiment_name ⇒ String
The name of the experiment to update.
Instance Attribute Details
#description ⇒ String
The description of the experiment.
#display_name ⇒ String
The name of the experiment as displayed. The name doesn\'t need to be
unique. If DisplayName
isn\'t specified, ExperimentName
is
displayed.
#experiment_name ⇒ String
The name of the experiment to update.