| 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(PredictRequest 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 |
|---|---|
SdkHttpFullRequest |
PredictRequestMarshaller.marshall(PredictRequest predictRequest) |
Copyright © 2022. All rights reserved.