Class: Aws::MachineLearning::Types::UpdateEvaluationOutput

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

Overview

Represents the output of an UpdateEvaluation operation.

You can see the updated content by using the GetEvaluation operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#evaluation_idString

The ID assigned to the Evaluation during creation. This value should be identical to the value of the Evaluation in the request.

Returns:

  • (String)


3636
3637
3638
3639
3640
# File 'gems/aws-sdk-machinelearning/lib/aws-sdk-machinelearning/types.rb', line 3636

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