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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-machinelearning/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 'gems/aws-sdk-machinelearning/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 'gems/aws-sdk-machinelearning/lib/aws-sdk-machinelearning/types.rb', line 3619

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