| 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()
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 |
|---|---|
DescribeMLModelsPublisher |
DescribeMLModelsPublisher.resume(DescribeMLModelsResponse lastSuccessfulPage)
A helper method to resume the pages in case of unexpected failures.
|
DescribeMLModelsIterable |
DescribeMLModelsIterable.resume(DescribeMLModelsResponse lastSuccessfulPage)
A helper method to resume the pages in case of unexpected failures.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeMLModelsPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeMLModelsResponse> subscriber) |
| Modifier and Type | Method and Description |
|---|---|
DescribeMLModelsResponse |
DescribeMLModelsResponseUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Copyright © 2018. All rights reserved.