amazonka-ml-0.3.4: Amazon Machine Learning SDK.

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.

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

Synopsis

Request

Request constructor

Request lenses

ubpBatchPredictionName :: Lens' UpdateBatchPrediction Text Source

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

Response

Response constructor

Response lenses

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