| 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 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. |
| Modifier and Type | Method and Description |
|---|---|
PredictResponse |
PredictResponseUnmarshaller.unmarshall(software.amazon.awssdk.core.runtime.transform.JsonUnmarshallerContext context) |
Copyright © 2018. All rights reserved.