| Package | Description |
|---|---|
| software.amazon.awssdk.services.machinelearning |
Definition of the public APIs exposed by Amazon Machine Learning
|
| software.amazon.awssdk.services.machinelearning.paginators | |
| software.amazon.awssdk.services.machinelearning.transform |
| Modifier and Type | Method and Description |
|---|---|
default DescribeMlModelsResponse |
MachineLearningClient.describeMLModels(DescribeMlModelsRequest describeMlModelsRequest)
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. |
default DescribeMLModelsIterable |
MachineLearningClient.describeMLModelsPaginator(DescribeMlModelsRequest describeMlModelsRequest)
Returns a list of
MLModel that match the search criteria in the request. |
default DescribeMLModelsPublisher |
MachineLearningAsyncClient.describeMLModelsPaginator(DescribeMlModelsRequest describeMlModelsRequest)
Returns a list of
MLModel that match the search criteria in the request. |
| Constructor and Description |
|---|
DescribeMLModelsIterable(MachineLearningClient client,
DescribeMlModelsRequest firstRequest) |
DescribeMLModelsPublisher(MachineLearningAsyncClient client,
DescribeMlModelsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
DescribeMlModelsRequestMarshaller.marshall(DescribeMlModelsRequest describeMlModelsRequest) |
Copyright © 2020. All rights reserved.