Uses of Class
com.amazonaws.services.machinelearning.model.UpdateBatchPredictionResult
-
Packages that use UpdateBatchPredictionResult Package Description com.amazonaws.services.machinelearning com.amazonaws.services.machinelearning.model -
-
Uses of UpdateBatchPredictionResult in com.amazonaws.services.machinelearning
Methods in com.amazonaws.services.machinelearning that return UpdateBatchPredictionResult Modifier and Type Method Description UpdateBatchPredictionResult
AbstractAmazonMachineLearning. updateBatchPrediction(UpdateBatchPredictionRequest request)
UpdateBatchPredictionResult
AmazonMachineLearning. updateBatchPrediction(UpdateBatchPredictionRequest updateBatchPredictionRequest)
Updates theBatchPredictionName
of aBatchPrediction
.UpdateBatchPredictionResult
AmazonMachineLearningClient. updateBatchPrediction(UpdateBatchPredictionRequest updateBatchPredictionRequest)
Updates theBatchPredictionName
of aBatchPrediction
.Method parameters in com.amazonaws.services.machinelearning with type arguments of type UpdateBatchPredictionResult Modifier and Type Method Description Future<UpdateBatchPredictionResult>
AbstractAmazonMachineLearningAsync. updateBatchPredictionAsync(UpdateBatchPredictionRequest request, AsyncHandler<UpdateBatchPredictionRequest,UpdateBatchPredictionResult> asyncHandler)
Future<UpdateBatchPredictionResult>
AmazonMachineLearningAsync. updateBatchPredictionAsync(UpdateBatchPredictionRequest updateBatchPredictionRequest, AsyncHandler<UpdateBatchPredictionRequest,UpdateBatchPredictionResult> asyncHandler)
Updates theBatchPredictionName
of aBatchPrediction
.Future<UpdateBatchPredictionResult>
AmazonMachineLearningAsyncClient. updateBatchPredictionAsync(UpdateBatchPredictionRequest request, AsyncHandler<UpdateBatchPredictionRequest,UpdateBatchPredictionResult> asyncHandler)
-
Uses of UpdateBatchPredictionResult in com.amazonaws.services.machinelearning.model
Methods in com.amazonaws.services.machinelearning.model that return UpdateBatchPredictionResult Modifier and Type Method Description UpdateBatchPredictionResult
UpdateBatchPredictionResult. clone()
UpdateBatchPredictionResult
UpdateBatchPredictionResult. withBatchPredictionId(String batchPredictionId)
The ID assigned to theBatchPrediction
during creation.
-