| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.AWS.MachineLearning.DeleteEvaluation
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
Request
data DeleteEvaluation Source
Instances
Request constructor
Arguments
| :: Text | |
| -> DeleteEvaluation |
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.