amazonka-ml-1.3.7: Amazon Machine Learning SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.MachineLearning.DeleteEvaluation

Contents

Description

Assigns the DELETED status to an Evaluation, rendering it unusable.

After invoking the DeleteEvaluation operation, you can use the GetEvaluation operation to verify that the status of the Evaluation changed to DELETED.

Caution: The results of the DeleteEvaluation operation are irreversible.

See: AWS API Reference for DeleteEvaluation.

Synopsis

Creating a Request

deleteEvaluation Source

Creates a value of DeleteEvaluation with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

deEvaluationId :: Lens' DeleteEvaluation Text Source

A user-supplied ID that uniquely identifies the Evaluation to delete.

Destructuring the Response

deleteEvaluationResponse Source

Creates a value of DeleteEvaluationResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data DeleteEvaluationResponse Source

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.

See: deleteEvaluationResponse smart constructor.

Response Lenses

dersEvaluationId :: Lens' DeleteEvaluationResponse (Maybe Text) Source

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