| 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 |
|---|---|
Request<PredictRequest> |
PredictRequestMarshaller.marshall(PredictRequest predictRequest) |
| Modifier and Type | Method and Description |
|---|---|
Request<PredictRequest> |
PredictRequestMarshaller.marshall(PredictRequest predictRequest) |
void |
PredictRequestModelMarshaller.marshall(PredictRequest predictRequest,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object.
|
Copyright © 2017. All rights reserved.