| Package | Description |
|---|---|
| software.amazon.awssdk.services.machinelearning |
Definition of the public APIs exposed by Amazon Machine Learning
|
| software.amazon.awssdk.services.machinelearning.paginators |
| 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(Consumer<DescribeMlModelsRequest.Builder> describeMlModelsRequest)
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(Consumer<DescribeMlModelsRequest.Builder> 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. |
| Modifier and Type | Method and Description |
|---|---|
Iterator<DescribeMlModelsResponse> |
DescribeMLModelsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeMLModelsPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeMlModelsResponse> subscriber) |
Copyright © 2019. All rights reserved.