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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

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.



59177
59178
59179
59180
59181
59182
# File 'lib/aws-sdk-sagemaker/types.rb', line 59177

class UpdateTrialRequest < Struct.new(
  :trial_name,
  :display_name)
  SENSITIVE = []
  include Aws::Structure
end

#trial_nameString

The name of the trial to update.



59177
59178
59179
59180
59181
59182
# File 'lib/aws-sdk-sagemaker/types.rb', line 59177

class UpdateTrialRequest < Struct.new(
  :trial_name,
  :display_name)
  SENSITIVE = []
  include Aws::Structure
end