| 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(Consumer<GetMLModelRequest.Builder> 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 |
|---|---|
default CompletableFuture<GetMLModelResponse> |
MachineLearningAsyncClient.getMLModel(Consumer<GetMLModelRequest.Builder> 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 |
|---|---|
GetMLModelResponse |
GetMLModelResponseUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Copyright © 2017. All rights reserved.