| 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 GetMLModelResponse |
MachineLearningClient.getMLModel(GetMLModelRequest getMLModelRequest)
Returns an
MLModel that includes detailed metadata, data source information, and the current status
of the MLModel. |
default CompletableFuture<GetMLModelResponse> |
MachineLearningAsyncClient.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 |
|---|---|
Request<GetMLModelRequest> |
GetMLModelRequestMarshaller.marshall(GetMLModelRequest getMLModelRequest) |
| Modifier and Type | Method and Description |
|---|---|
Request<GetMLModelRequest> |
GetMLModelRequestMarshaller.marshall(GetMLModelRequest getMLModelRequest) |
void |
GetMLModelRequestModelMarshaller.marshall(GetMLModelRequest getMLModelRequest,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object.
|
Copyright © 2018. All rights reserved.