amazonka-ml-1.4.0: Amazon Machine Learning SDK.

Copyright(c) 2013-2016 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.

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:

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.