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)


3619
3620
3621
3622
3623
3624
# File 'lib/aws-sdk-machinelearning/types.rb', line 3619

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)


3619
3620
3621
3622
3623
3624
# File 'lib/aws-sdk-machinelearning/types.rb', line 3619

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