Class: Aws::MachineLearning::Types::CreateEvaluationOutput

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

Overview

Represents the output of a ‘CreateEvaluation` operation, and is an acknowledgement that Amazon ML received the request.

‘CreateEvaluation` operation is asynchronous. You can poll for status updates by using the `GetEvcaluation` operation and checking the `Status` parameter.

Instance Attribute Summary collapse

Instance Attribute Details

#evaluation_idString

The user-supplied ID that uniquely identifies the ‘Evaluation`. This value should be identical to the value of the `EvaluationId` in the request.

Returns:

  • (String)


617
618
619
620
# File 'lib/aws-sdk-machinelearning/types.rb', line 617

class CreateEvaluationOutput < Struct.new(
  :evaluation_id)
  include Aws::Structure
end