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

Class: Aws::SageMaker::Types::UpdateTrialRequest

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

Overview

Note:

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

{
  trial_name: "ExperimentEntityName", # required
  display_name: "ExperimentEntityName",
}

Instance Attribute Summary collapse

Instance Attribute Details

#display_nameString

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

Returns:

  • (String)

    The name of the trial as displayed.

#trial_nameString

The name of the trial to update.

Returns:

  • (String)

    The name of the trial to update.