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.UpdateBatchPrediction

Contents

Description

Updates the BatchPredictionName of a BatchPrediction.

You can use the GetBatchPrediction operation to view the contents of the updated data element.

See: AWS API Reference for UpdateBatchPrediction.

Synopsis

Creating a Request

updateBatchPrediction Source

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

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

Request Lenses

ubpBatchPredictionName :: Lens' UpdateBatchPrediction Text Source

A new user-supplied name or description of the BatchPrediction.

Destructuring the Response

updateBatchPredictionResponse Source

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

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

data UpdateBatchPredictionResponse Source

Represents the output of an UpdateBatchPrediction operation.

You can see the updated content by using the GetBatchPrediction operation.

See: updateBatchPredictionResponse smart constructor.

Response Lenses

ubprsBatchPredictionId :: Lens' UpdateBatchPredictionResponse (Maybe Text) Source

The ID assigned to the BatchPrediction during creation. This value should be identical to the value of the BatchPredictionId in the request.