| Package | Description |
|---|---|
| software.amazon.awssdk.services.machinelearning |
Definition of the public APIs exposed by Amazon Machine Learning
|
| Modifier and Type | Method and Description |
|---|---|
default UpdateBatchPredictionResponse |
MachineLearningClient.updateBatchPrediction(Consumer<UpdateBatchPredictionRequest.Builder> updateBatchPredictionRequest)
Updates the
BatchPredictionName of a BatchPrediction. |
default UpdateBatchPredictionResponse |
MachineLearningClient.updateBatchPrediction(UpdateBatchPredictionRequest updateBatchPredictionRequest)
Updates the
BatchPredictionName of a BatchPrediction. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateBatchPredictionResponse> |
MachineLearningAsyncClient.updateBatchPrediction(Consumer<UpdateBatchPredictionRequest.Builder> updateBatchPredictionRequest)
Updates the
BatchPredictionName of a BatchPrediction. |
default CompletableFuture<UpdateBatchPredictionResponse> |
MachineLearningAsyncClient.updateBatchPrediction(UpdateBatchPredictionRequest updateBatchPredictionRequest)
Updates the
BatchPredictionName of a BatchPrediction. |
Copyright © 2022. All rights reserved.