| Package | Description |
|---|---|
| software.amazon.awssdk.services.machinelearning |
Definition of the public APIs exposed by Amazon Machine Learning
|
| Modifier and Type | Method and Description |
|---|---|
default DeleteBatchPredictionResponse |
MachineLearningClient.deleteBatchPrediction(Consumer<DeleteBatchPredictionRequest.Builder> deleteBatchPredictionRequest)
Assigns the DELETED status to a
BatchPrediction, rendering it unusable. |
default DeleteBatchPredictionResponse |
MachineLearningClient.deleteBatchPrediction(DeleteBatchPredictionRequest deleteBatchPredictionRequest)
Assigns the DELETED status to a
BatchPrediction, rendering it unusable. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeleteBatchPredictionResponse> |
MachineLearningAsyncClient.deleteBatchPrediction(Consumer<DeleteBatchPredictionRequest.Builder> deleteBatchPredictionRequest)
Assigns the DELETED status to a
BatchPrediction, rendering it unusable. |
default CompletableFuture<DeleteBatchPredictionResponse> |
MachineLearningAsyncClient.deleteBatchPrediction(DeleteBatchPredictionRequest deleteBatchPredictionRequest)
Assigns the DELETED status to a
BatchPrediction, rendering it unusable. |
Copyright © 2019. All rights reserved.