amazonka-ml-0.3.4: Amazon Machine Learning SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.MachineLearning.DeleteBatchPrediction

Contents

Description

Assigns the DELETED status to a BatchPrediction, rendering it unusable.

After using the DeleteBatchPrediction operation, you can use the GetBatchPrediction operation to verify that the status of the BatchPrediction changed to DELETED.

Caution The result of the DeleteBatchPrediction operation is irreversible.

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

Synopsis

Request

Request constructor

deleteBatchPrediction Source

DeleteBatchPrediction constructor.

The fields accessible through corresponding lenses are:

Request lenses

dbpBatchPredictionId :: Lens' DeleteBatchPrediction Text Source

A user-supplied ID that uniquely identifies the BatchPrediction.

Response

Response constructor

Response lenses

dbprBatchPredictionId :: Lens' DeleteBatchPredictionResponse (Maybe Text) Source

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