| 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 DescribeMLModelsResponse |
MachineLearningClient.describeMLModels()
Returns a list of
MLModel that match the search criteria in the request. |
default DescribeMLModelsResponse |
MachineLearningClient.describeMLModels(DescribeMLModelsRequest describeMLModelsRequest)
Returns a list of
MLModel that match the search criteria in the request. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeMLModelsResponse> |
MachineLearningAsyncClient.describeMLModels()
Returns a list of
MLModel that match the search criteria in the request. |
default CompletableFuture<DescribeMLModelsResponse> |
MachineLearningAsyncClient.describeMLModels(DescribeMLModelsRequest describeMLModelsRequest)
Returns a list of
MLModel that match the search criteria in the request. |
| Modifier and Type | Method and Description |
|---|---|
DescribeMLModelsResponse |
DescribeMLModelsResponseUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Copyright © 2017. All rights reserved.