| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.AWS.MachineLearning.UpdateBatchPrediction
Description
Updates the BatchPredictionName of a BatchPrediction.
You can use the GetBatchPrediction operation to view the contents of the
updated data element.
- data UpdateBatchPrediction
- updateBatchPrediction :: Text -> Text -> UpdateBatchPrediction
- ubpBatchPredictionId :: Lens' UpdateBatchPrediction Text
- ubpBatchPredictionName :: Lens' UpdateBatchPrediction Text
- data UpdateBatchPredictionResponse
- updateBatchPredictionResponse :: UpdateBatchPredictionResponse
- ubprBatchPredictionId :: Lens' UpdateBatchPredictionResponse (Maybe Text)
Request
data UpdateBatchPrediction Source
Instances
Request constructor
Arguments
| :: Text | |
| -> Text | |
| -> UpdateBatchPrediction |
UpdateBatchPrediction constructor.
The fields accessible through corresponding lenses are:
Request lenses
ubpBatchPredictionId :: Lens' UpdateBatchPrediction Text Source
The ID assigned to the BatchPrediction during creation.
ubpBatchPredictionName :: Lens' UpdateBatchPrediction Text Source
A new user-supplied name or description of the BatchPrediction.
Response
Response constructor
updateBatchPredictionResponse :: UpdateBatchPredictionResponse Source
UpdateBatchPredictionResponse constructor.
The fields accessible through corresponding lenses are:
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.