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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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.

Returns:

  • (String)


44439
44440
44441
44442
44443
44444
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 44439

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

#trial_nameString

The name of the trial to update.

Returns:

  • (String)


44439
44440
44441
44442
44443
44444
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 44439

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