@Generated(value="software.amazon.awssdk:codegen") public interface MachineLearningWaiter extends SdkAutoCloseable
builder() method| Modifier and Type | Interface and Description |
|---|---|
static interface |
MachineLearningWaiter.Builder |
| Modifier and Type | Method and Description |
|---|---|
static MachineLearningWaiter.Builder |
builder()
Create a builder that can be used to configure and create a
MachineLearningWaiter. |
static MachineLearningWaiter |
create()
Create an instance of
MachineLearningWaiter with the default configuration. |
default WaiterResponse<DescribeBatchPredictionsResponse> |
waitUntilBatchPredictionAvailable(Consumer<DescribeBatchPredictionsRequest.Builder> describeBatchPredictionsRequest)
Polls
MachineLearningClient.describeBatchPredictions() API until the desired condition
BatchPredictionAvailable is met, or until it is determined that the resource will never enter into the
desired state. |
default WaiterResponse<DescribeBatchPredictionsResponse> |
waitUntilBatchPredictionAvailable(Consumer<DescribeBatchPredictionsRequest.Builder> describeBatchPredictionsRequest,
Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
Polls
MachineLearningClient.describeBatchPredictions() API until the desired condition
BatchPredictionAvailable is met, or until it is determined that the resource will never enter into the
desired state. |
default WaiterResponse<DescribeBatchPredictionsResponse> |
waitUntilBatchPredictionAvailable(DescribeBatchPredictionsRequest describeBatchPredictionsRequest)
Polls
MachineLearningClient.describeBatchPredictions() API until the desired condition
BatchPredictionAvailable is met, or until it is determined that the resource will never enter into the
desired state |
default WaiterResponse<DescribeBatchPredictionsResponse> |
waitUntilBatchPredictionAvailable(DescribeBatchPredictionsRequest describeBatchPredictionsRequest,
WaiterOverrideConfiguration overrideConfig)
Polls
MachineLearningClient.describeBatchPredictions() API until the desired condition
BatchPredictionAvailable is met, or until it is determined that the resource will never enter into the
desired state |
default WaiterResponse<DescribeDataSourcesResponse> |
waitUntilDataSourceAvailable(Consumer<DescribeDataSourcesRequest.Builder> describeDataSourcesRequest)
Polls
MachineLearningClient.describeDataSources() API until the desired condition
DataSourceAvailable is met, or until it is determined that the resource will never enter into the desired
state. |
default WaiterResponse<DescribeDataSourcesResponse> |
waitUntilDataSourceAvailable(Consumer<DescribeDataSourcesRequest.Builder> describeDataSourcesRequest,
Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
Polls
MachineLearningClient.describeDataSources() API until the desired condition
DataSourceAvailable is met, or until it is determined that the resource will never enter into the desired
state. |
default WaiterResponse<DescribeDataSourcesResponse> |
waitUntilDataSourceAvailable(DescribeDataSourcesRequest describeDataSourcesRequest)
Polls
MachineLearningClient.describeDataSources() API until the desired condition
DataSourceAvailable is met, or until it is determined that the resource will never enter into the desired
state |
default WaiterResponse<DescribeDataSourcesResponse> |
waitUntilDataSourceAvailable(DescribeDataSourcesRequest describeDataSourcesRequest,
WaiterOverrideConfiguration overrideConfig)
Polls
MachineLearningClient.describeDataSources() API until the desired condition
DataSourceAvailable is met, or until it is determined that the resource will never enter into the desired
state |
default WaiterResponse<DescribeEvaluationsResponse> |
waitUntilEvaluationAvailable(Consumer<DescribeEvaluationsRequest.Builder> describeEvaluationsRequest)
Polls
MachineLearningClient.describeEvaluations() API until the desired condition
EvaluationAvailable is met, or until it is determined that the resource will never enter into the desired
state. |
default WaiterResponse<DescribeEvaluationsResponse> |
waitUntilEvaluationAvailable(Consumer<DescribeEvaluationsRequest.Builder> describeEvaluationsRequest,
Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
Polls
MachineLearningClient.describeEvaluations() API until the desired condition
EvaluationAvailable is met, or until it is determined that the resource will never enter into the desired
state. |
default WaiterResponse<DescribeEvaluationsResponse> |
waitUntilEvaluationAvailable(DescribeEvaluationsRequest describeEvaluationsRequest)
Polls
MachineLearningClient.describeEvaluations() API until the desired condition
EvaluationAvailable is met, or until it is determined that the resource will never enter into the desired
state |
default WaiterResponse<DescribeEvaluationsResponse> |
waitUntilEvaluationAvailable(DescribeEvaluationsRequest describeEvaluationsRequest,
WaiterOverrideConfiguration overrideConfig)
Polls
MachineLearningClient.describeEvaluations() API until the desired condition
EvaluationAvailable is met, or until it is determined that the resource will never enter into the desired
state |
default WaiterResponse<DescribeMlModelsResponse> |
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 WaiterResponse<DescribeMlModelsResponse> |
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 WaiterResponse<DescribeMlModelsResponse> |
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 WaiterResponse<DescribeMlModelsResponse> |
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 |
closedefault WaiterResponse<DescribeBatchPredictionsResponse> waitUntilBatchPredictionAvailable(DescribeBatchPredictionsRequest describeBatchPredictionsRequest)
MachineLearningClient.describeBatchPredictions() API until the desired condition
BatchPredictionAvailable is met, or until it is determined that the resource will never enter into the
desired statedescribeBatchPredictionsRequest - the request to be used for pollingdefault WaiterResponse<DescribeBatchPredictionsResponse> waitUntilBatchPredictionAvailable(Consumer<DescribeBatchPredictionsRequest.Builder> describeBatchPredictionsRequest)
MachineLearningClient.describeBatchPredictions() API until the desired condition
BatchPredictionAvailable is met, or until it is determined that the resource will never enter into the
desired state.
This is a convenience method to create an instance of the request builder without the need to create one manually
using DescribeBatchPredictionsRequest.builder()
describeBatchPredictionsRequest - The consumer that will configure the request to be used for pollingdefault WaiterResponse<DescribeBatchPredictionsResponse> waitUntilBatchPredictionAvailable(DescribeBatchPredictionsRequest describeBatchPredictionsRequest, WaiterOverrideConfiguration overrideConfig)
MachineLearningClient.describeBatchPredictions() API until the desired condition
BatchPredictionAvailable is met, or until it is determined that the resource will never enter into the
desired statedescribeBatchPredictionsRequest - The request to be used for pollingoverrideConfig - Per request override configuration for waitersdefault WaiterResponse<DescribeBatchPredictionsResponse> waitUntilBatchPredictionAvailable(Consumer<DescribeBatchPredictionsRequest.Builder> describeBatchPredictionsRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
MachineLearningClient.describeBatchPredictions() API until the desired condition
BatchPredictionAvailable is met, or until it is determined that the resource will never enter into the
desired state.
This is a convenience method to create an instance of the request builder and instance of the override config builder
describeBatchPredictionsRequest - The consumer that will configure the request to be used for pollingoverrideConfig - The consumer that will configure the per request override configuration for waitersdefault WaiterResponse<DescribeDataSourcesResponse> waitUntilDataSourceAvailable(DescribeDataSourcesRequest describeDataSourcesRequest)
MachineLearningClient.describeDataSources() API until the desired condition
DataSourceAvailable is met, or until it is determined that the resource will never enter into the desired
statedescribeDataSourcesRequest - the request to be used for pollingdefault WaiterResponse<DescribeDataSourcesResponse> waitUntilDataSourceAvailable(Consumer<DescribeDataSourcesRequest.Builder> describeDataSourcesRequest)
MachineLearningClient.describeDataSources() API until the desired condition
DataSourceAvailable is met, or until it is determined that the resource will never enter into the desired
state.
This is a convenience method to create an instance of the request builder without the need to create one manually
using DescribeDataSourcesRequest.builder()
describeDataSourcesRequest - The consumer that will configure the request to be used for pollingdefault WaiterResponse<DescribeDataSourcesResponse> waitUntilDataSourceAvailable(DescribeDataSourcesRequest describeDataSourcesRequest, WaiterOverrideConfiguration overrideConfig)
MachineLearningClient.describeDataSources() API until the desired condition
DataSourceAvailable is met, or until it is determined that the resource will never enter into the desired
statedescribeDataSourcesRequest - The request to be used for pollingoverrideConfig - Per request override configuration for waitersdefault WaiterResponse<DescribeDataSourcesResponse> waitUntilDataSourceAvailable(Consumer<DescribeDataSourcesRequest.Builder> describeDataSourcesRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
MachineLearningClient.describeDataSources() API until the desired condition
DataSourceAvailable is met, or until it is determined that the resource will never enter into the desired
state.
This is a convenience method to create an instance of the request builder and instance of the override config builder
describeDataSourcesRequest - The consumer that will configure the request to be used for pollingoverrideConfig - The consumer that will configure the per request override configuration for waitersdefault WaiterResponse<DescribeEvaluationsResponse> waitUntilEvaluationAvailable(DescribeEvaluationsRequest describeEvaluationsRequest)
MachineLearningClient.describeEvaluations() API until the desired condition
EvaluationAvailable is met, or until it is determined that the resource will never enter into the desired
statedescribeEvaluationsRequest - the request to be used for pollingdefault WaiterResponse<DescribeEvaluationsResponse> waitUntilEvaluationAvailable(Consumer<DescribeEvaluationsRequest.Builder> describeEvaluationsRequest)
MachineLearningClient.describeEvaluations() API until the desired condition
EvaluationAvailable is met, or until it is determined that the resource will never enter into the desired
state.
This is a convenience method to create an instance of the request builder without the need to create one manually
using DescribeEvaluationsRequest.builder()
describeEvaluationsRequest - The consumer that will configure the request to be used for pollingdefault WaiterResponse<DescribeEvaluationsResponse> waitUntilEvaluationAvailable(DescribeEvaluationsRequest describeEvaluationsRequest, WaiterOverrideConfiguration overrideConfig)
MachineLearningClient.describeEvaluations() API until the desired condition
EvaluationAvailable is met, or until it is determined that the resource will never enter into the desired
statedescribeEvaluationsRequest - The request to be used for pollingoverrideConfig - Per request override configuration for waitersdefault WaiterResponse<DescribeEvaluationsResponse> waitUntilEvaluationAvailable(Consumer<DescribeEvaluationsRequest.Builder> describeEvaluationsRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
MachineLearningClient.describeEvaluations() API until the desired condition
EvaluationAvailable is met, or until it is determined that the resource will never enter into the desired
state.
This is a convenience method to create an instance of the request builder and instance of the override config builder
describeEvaluationsRequest - The consumer that will configure the request to be used for pollingoverrideConfig - The consumer that will configure the per request override configuration for waitersdefault WaiterResponse<DescribeMlModelsResponse> waitUntilMLModelAvailable(DescribeMlModelsRequest describeMlModelsRequest)
MachineLearningClient.describeMLModels() API until the desired condition MLModelAvailable is
met, or until it is determined that the resource will never enter into the desired statedescribeMlModelsRequest - the request to be used for pollingdefault WaiterResponse<DescribeMlModelsResponse> waitUntilMLModelAvailable(Consumer<DescribeMlModelsRequest.Builder> describeMlModelsRequest)
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.
This is a convenience method to create an instance of the request builder without the need to create one manually
using DescribeMlModelsRequest.builder()
describeMlModelsRequest - The consumer that will configure the request to be used for pollingdefault WaiterResponse<DescribeMlModelsResponse> waitUntilMLModelAvailable(DescribeMlModelsRequest describeMlModelsRequest, WaiterOverrideConfiguration overrideConfig)
MachineLearningClient.describeMLModels() API until the desired condition MLModelAvailable is
met, or until it is determined that the resource will never enter into the desired statedescribeMlModelsRequest - The request to be used for pollingoverrideConfig - Per request override configuration for waitersdefault WaiterResponse<DescribeMlModelsResponse> waitUntilMLModelAvailable(Consumer<DescribeMlModelsRequest.Builder> describeMlModelsRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
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.
This is a convenience method to create an instance of the request builder and instance of the override config builder
describeMlModelsRequest - The consumer that will configure the request to be used for pollingoverrideConfig - The consumer that will configure the per request override configuration for waitersstatic MachineLearningWaiter.Builder builder()
MachineLearningWaiter.static MachineLearningWaiter create()
MachineLearningWaiter with the default configuration.
A default MachineLearningClient will be created to poll resources. It is recommended to share a single
instance of the waiter created via this method. If it is not desirable to share a waiter instance, invoke
SdkAutoCloseable.close() to release the resources once the waiter is not needed.
MachineLearningWaiterCopyright © 2022. All rights reserved.