Class: Aws::MachineLearning::Types::UpdateEvaluationInput

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#evaluation_idString

The ID assigned to the ‘Evaluation` during creation.

Returns:

  • (String)


3614
3615
3616
3617
3618
3619
# File 'lib/aws-sdk-machinelearning/types.rb', line 3614

class UpdateEvaluationInput < Struct.new(
  :evaluation_id,
  :evaluation_name)
  SENSITIVE = []
  include Aws::Structure
end

#evaluation_nameString

A new user-supplied name or description of the ‘Evaluation` that will replace the current content.

Returns:

  • (String)


3614
3615
3616
3617
3618
3619
# File 'lib/aws-sdk-machinelearning/types.rb', line 3614

class UpdateEvaluationInput < Struct.new(
  :evaluation_id,
  :evaluation_name)
  SENSITIVE = []
  include Aws::Structure
end