Class: Aws::MachineLearning::Types::UpdateEvaluationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::MachineLearning::Types::UpdateEvaluationOutput
- Includes:
- Structure
- Defined in:
- 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.
Instance Attribute Summary collapse
-
#evaluation_id ⇒ String
The ID assigned to the ‘Evaluation` during creation.
Instance Attribute Details
#evaluation_id ⇒ String
The ID assigned to the ‘Evaluation` during creation. This value should be identical to the value of the `Evaluation` in the request.
3908 3909 3910 3911 |
# File 'lib/aws-sdk-machinelearning/types.rb', line 3908 class UpdateEvaluationOutput < Struct.new( :evaluation_id) include Aws::Structure end |