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 UpdateBatchPredictionResultAbstractAmazonMachineLearning. updateBatchPrediction(UpdateBatchPredictionRequest request)UpdateBatchPredictionResultAmazonMachineLearning. updateBatchPrediction(UpdateBatchPredictionRequest updateBatchPredictionRequest)Updates theBatchPredictionNameof aBatchPrediction.UpdateBatchPredictionResultAmazonMachineLearningClient. updateBatchPrediction(UpdateBatchPredictionRequest updateBatchPredictionRequest)Updates theBatchPredictionNameof 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 theBatchPredictionNameof 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 UpdateBatchPredictionResultUpdateBatchPredictionResult. clone()UpdateBatchPredictionResultUpdateBatchPredictionResult. withBatchPredictionId(String batchPredictionId)The ID assigned to theBatchPredictionduring creation.
-