| Package | Description |
|---|---|
| software.amazon.awssdk.services.machinelearning |
Definition of the public APIs exposed by Amazon Machine Learning
|
| software.amazon.awssdk.services.machinelearning.transform |
| 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. |
| Modifier and Type | Method and Description |
|---|---|
DeleteBatchPredictionResponse |
DeleteBatchPredictionResponseUnmarshaller.unmarshall(software.amazon.awssdk.core.runtime.transform.JsonUnmarshallerContext context) |
Copyright © 2018. All rights reserved.