| Package | Description |
|---|---|
| software.amazon.awssdk.services.machinelearning |
Definition of the public APIs exposed by Amazon Machine Learning
|
| Modifier and Type | Method and Description |
|---|---|
default CreateBatchPredictionResponse |
MachineLearningClient.createBatchPrediction(Consumer<CreateBatchPredictionRequest.Builder> createBatchPredictionRequest)
Generates predictions for a group of observations.
|
default CreateBatchPredictionResponse |
MachineLearningClient.createBatchPrediction(CreateBatchPredictionRequest createBatchPredictionRequest)
Generates predictions for a group of observations.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateBatchPredictionResponse> |
MachineLearningAsyncClient.createBatchPrediction(Consumer<CreateBatchPredictionRequest.Builder> createBatchPredictionRequest)
Generates predictions for a group of observations.
|
default CompletableFuture<CreateBatchPredictionResponse> |
MachineLearningAsyncClient.createBatchPrediction(CreateBatchPredictionRequest createBatchPredictionRequest)
Generates predictions for a group of observations.
|
Copyright © 2023. All rights reserved.