| Package | Description |
|---|---|
| software.amazon.awssdk.services.machinelearning |
Definition of the public APIs exposed by Amazon Machine Learning
|
| 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. |
Copyright © 2019. All rights reserved.