| Package | Description |
|---|---|
| software.amazon.awssdk.services.machinelearning |
Definition of the public APIs exposed by Amazon Machine Learning
|
| Modifier and Type | Method and Description |
|---|---|
default GetBatchPredictionResponse |
MachineLearningClient.getBatchPrediction(Consumer<GetBatchPredictionRequest.Builder> getBatchPredictionRequest)
Returns a
BatchPrediction that includes detailed metadata, status, and data file information for a
Batch Prediction request. |
default GetBatchPredictionResponse |
MachineLearningClient.getBatchPrediction(GetBatchPredictionRequest getBatchPredictionRequest)
Returns a
BatchPrediction that includes detailed metadata, status, and data file information for a
Batch Prediction request. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetBatchPredictionResponse> |
MachineLearningAsyncClient.getBatchPrediction(Consumer<GetBatchPredictionRequest.Builder> getBatchPredictionRequest)
Returns a
BatchPrediction that includes detailed metadata, status, and data file information for a
Batch Prediction request. |
default CompletableFuture<GetBatchPredictionResponse> |
MachineLearningAsyncClient.getBatchPrediction(GetBatchPredictionRequest getBatchPredictionRequest)
Returns a
BatchPrediction that includes detailed metadata, status, and data file information for a
Batch Prediction request. |
Copyright © 2018. All rights reserved.