Uses of Class
software.amazon.awssdk.services.machinelearning.model.UpdateBatchPredictionResponse
-
Packages that use UpdateBatchPredictionResponse Package Description software.amazon.awssdk.services.machinelearning Definition of the public APIs exposed by Amazon Machine Learning -
-
Uses of UpdateBatchPredictionResponse in software.amazon.awssdk.services.machinelearning
Methods in software.amazon.awssdk.services.machinelearning that return UpdateBatchPredictionResponse Modifier and Type Method Description default UpdateBatchPredictionResponseMachineLearningClient. updateBatchPrediction(Consumer<UpdateBatchPredictionRequest.Builder> updateBatchPredictionRequest)Updates theBatchPredictionNameof aBatchPrediction.default UpdateBatchPredictionResponseMachineLearningClient. updateBatchPrediction(UpdateBatchPredictionRequest updateBatchPredictionRequest)Updates theBatchPredictionNameof aBatchPrediction.Methods in software.amazon.awssdk.services.machinelearning that return types with arguments of type UpdateBatchPredictionResponse Modifier and Type Method Description default CompletableFuture<UpdateBatchPredictionResponse>MachineLearningAsyncClient. updateBatchPrediction(Consumer<UpdateBatchPredictionRequest.Builder> updateBatchPredictionRequest)Updates theBatchPredictionNameof aBatchPrediction.default CompletableFuture<UpdateBatchPredictionResponse>MachineLearningAsyncClient. updateBatchPrediction(UpdateBatchPredictionRequest updateBatchPredictionRequest)Updates theBatchPredictionNameof aBatchPrediction.
-