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

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

#descriptionString

The description of the experiment.

Returns:

  • (String)


43340
43341
43342
43343
43344
43345
43346
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 43340

class UpdateExperimentRequest < Struct.new(
  :experiment_name,
  :display_name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#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)


43340
43341
43342
43343
43344
43345
43346
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 43340

class UpdateExperimentRequest < Struct.new(
  :experiment_name,
  :display_name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#experiment_nameString

The name of the experiment to update.

Returns:

  • (String)


43340
43341
43342
43343
43344
43345
43346
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 43340

class UpdateExperimentRequest < Struct.new(
  :experiment_name,
  :display_name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end