amazonka-ml-1.1.0: 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.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.

See: AWS API Reference for DeleteBatchPrediction.

Synopsis

Creating a Request

deleteBatchPrediction Source

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

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

Request Lenses

dbpBatchPredictionId :: Lens' DeleteBatchPrediction Text Source

A user-supplied ID that uniquely identifies the BatchPrediction.

Destructuring the Response

deleteBatchPredictionResponse Source

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

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

data DeleteBatchPredictionResponse Source

Represents the output of a DeleteBatchPrediction operation.

You can use the GetBatchPrediction operation and check the value of the Status parameter to see whether a BatchPrediction is marked as DELETED.

See: deleteBatchPredictionResponse smart constructor.

Response Lenses

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