Class: Aws::MachineLearning::Types::DeleteEvaluationOutput

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

Overview

Represents the output of a ‘DeleteEvaluation` operation. The output indicates that Amazon Machine Learning (Amazon ML) received the request.

You can use the ‘GetEvaluation` operation and check the value of the `Status` parameter to see whether an `Evaluation` is marked as `DELETED`.

Instance Attribute Summary collapse

Instance Attribute Details

#evaluation_idString

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

Returns:

  • (String)


1013
1014
1015
1016
# File 'lib/aws-sdk-machinelearning/types.rb', line 1013

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