| Package | Description |
|---|---|
| software.amazon.awssdk.services.machinelearning |
Definition of the public APIs exposed by Amazon Machine Learning
|
| Modifier and Type | Method and Description |
|---|---|
default PredictResponse |
MachineLearningClient.predict(Consumer<PredictRequest.Builder> predictRequest)
Generates a prediction for the observation using the specified
ML Model. |
default PredictResponse |
MachineLearningClient.predict(PredictRequest predictRequest)
Generates a prediction for the observation using the specified
ML Model. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<PredictResponse> |
MachineLearningAsyncClient.predict(Consumer<PredictRequest.Builder> predictRequest)
Generates a prediction for the observation using the specified
ML Model. |
default CompletableFuture<PredictResponse> |
MachineLearningAsyncClient.predict(PredictRequest predictRequest)
Generates a prediction for the observation using the specified
ML Model. |
Copyright © 2019. All rights reserved.