| 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.waiters |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<WaiterResponse<DescribeMlModelsResponse>> |
MachineLearningAsyncWaiter.waitUntilMLModelAvailable(Consumer<DescribeMlModelsRequest.Builder> describeMlModelsRequest)
Polls
MachineLearningAsyncClient.describeMLModels(software.amazon.awssdk.services.machinelearning.model.DescribeMlModelsRequest) API until the desired condition
MLModelAvailable is met, or until it is determined that the resource will never enter into the desired
state. |
default WaiterResponse<DescribeMlModelsResponse> |
MachineLearningWaiter.waitUntilMLModelAvailable(Consumer<DescribeMlModelsRequest.Builder> describeMlModelsRequest)
Polls
MachineLearningClient.describeMLModels() API until the desired condition MLModelAvailable is
met, or until it is determined that the resource will never enter into the desired state. |
default CompletableFuture<WaiterResponse<DescribeMlModelsResponse>> |
MachineLearningAsyncWaiter.waitUntilMLModelAvailable(Consumer<DescribeMlModelsRequest.Builder> describeMlModelsRequest,
Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
Polls
MachineLearningAsyncClient.describeMLModels(software.amazon.awssdk.services.machinelearning.model.DescribeMlModelsRequest) API until the desired condition
MLModelAvailable is met, or until it is determined that the resource will never enter into the desired
state. |
default WaiterResponse<DescribeMlModelsResponse> |
MachineLearningWaiter.waitUntilMLModelAvailable(Consumer<DescribeMlModelsRequest.Builder> describeMlModelsRequest,
Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
Polls
MachineLearningClient.describeMLModels() API until the desired condition MLModelAvailable is
met, or until it is determined that the resource will never enter into the desired state. |
default CompletableFuture<WaiterResponse<DescribeMlModelsResponse>> |
MachineLearningAsyncWaiter.waitUntilMLModelAvailable(DescribeMlModelsRequest describeMlModelsRequest)
Polls
MachineLearningAsyncClient.describeMLModels(software.amazon.awssdk.services.machinelearning.model.DescribeMlModelsRequest) API until the desired condition
MLModelAvailable is met, or until it is determined that the resource will never enter into the desired
state |
default WaiterResponse<DescribeMlModelsResponse> |
MachineLearningWaiter.waitUntilMLModelAvailable(DescribeMlModelsRequest describeMlModelsRequest)
Polls
MachineLearningClient.describeMLModels() API until the desired condition MLModelAvailable is
met, or until it is determined that the resource will never enter into the desired state |
default CompletableFuture<WaiterResponse<DescribeMlModelsResponse>> |
MachineLearningAsyncWaiter.waitUntilMLModelAvailable(DescribeMlModelsRequest describeMlModelsRequest,
WaiterOverrideConfiguration overrideConfig)
Polls
MachineLearningAsyncClient.describeMLModels(software.amazon.awssdk.services.machinelearning.model.DescribeMlModelsRequest) API until the desired condition
MLModelAvailable is met, or until it is determined that the resource will never enter into the desired
state |
default WaiterResponse<DescribeMlModelsResponse> |
MachineLearningWaiter.waitUntilMLModelAvailable(DescribeMlModelsRequest describeMlModelsRequest,
WaiterOverrideConfiguration overrideConfig)
Polls
MachineLearningClient.describeMLModels() API until the desired condition MLModelAvailable is
met, or until it is determined that the resource will never enter into the desired state |
Copyright © 2021. All rights reserved.