| 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 CompletableFuture<GetMlModelResponse> |
MachineLearningAsyncClient.getMLModel(GetMlModelRequest getMlModelRequest)
Returns an
MLModel that includes detailed metadata, data source information, and the current status
of the MLModel. |
default GetMlModelResponse |
MachineLearningClient.getMLModel(GetMlModelRequest getMlModelRequest)
Returns an
MLModel that includes detailed metadata, data source information, and the current status
of the MLModel. |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
GetMlModelRequestMarshaller.marshall(GetMlModelRequest getMlModelRequest) |
Copyright © 2022. All rights reserved.