amazonka-ml-0.3.4: Amazon Machine Learning SDK.

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.

http://http://docs.aws.amazon.com/machine-learning/latest/APIReference/API_DeleteEvaluation.html

Synopsis

Request

Request constructor

deleteEvaluation Source

DeleteEvaluation constructor.

The fields accessible through corresponding lenses are:

Request lenses

deEvaluationId :: Lens' DeleteEvaluation Text Source

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

Response

Response constructor

deleteEvaluationResponse :: DeleteEvaluationResponse Source

DeleteEvaluationResponse constructor.

The fields accessible through corresponding lenses are:

Response lenses

derEvaluationId :: 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.