@Generated("software.amazon.awssdk:aws-java-sdk-code-generator") public class MachineLearningClientWaiters extends Object
Constructor | Description |
---|---|
MachineLearningClientWaiters(MachineLearningClient client) |
Constructs a new MachineLearningClientWaiters with the given client
|
Modifier and Type | Method | Description |
---|---|---|
Waiter<DescribeBatchPredictionsRequest> |
batchPredictionAvailable() |
Builds a BatchPredictionAvailable waiter by using custom parameters waiterParameters and other parameters defined
in the waiters specification, and then polls until it determines whether the resource entered the desired state
or not, where polling criteria is bound by either default polling strategy or custom polling strategy.
|
Waiter<DescribeDataSourcesRequest> |
dataSourceAvailable() |
Builds a DataSourceAvailable waiter by using custom parameters waiterParameters and other parameters defined in
the waiters specification, and then polls until it determines whether the resource entered the desired state or
not, where polling criteria is bound by either default polling strategy or custom polling strategy.
|
Waiter<DescribeEvaluationsRequest> |
evaluationAvailable() |
Builds a EvaluationAvailable waiter by using custom parameters waiterParameters and other parameters defined in
the waiters specification, and then polls until it determines whether the resource entered the desired state or
not, where polling criteria is bound by either default polling strategy or custom polling strategy.
|
Waiter<DescribeMLModelsRequest> |
mlModelAvailable() |
Builds a MLModelAvailable waiter by using custom parameters waiterParameters and other parameters defined in the
waiters specification, and then polls until it determines whether the resource entered the desired state or not,
where polling criteria is bound by either default polling strategy or custom polling strategy.
|
public MachineLearningClientWaiters(MachineLearningClient client)
client
- Service clientpublic Waiter<DescribeBatchPredictionsRequest> batchPredictionAvailable()
public Waiter<DescribeMLModelsRequest> mlModelAvailable()
public Waiter<DescribeDataSourcesRequest> dataSourceAvailable()
public Waiter<DescribeEvaluationsRequest> evaluationAvailable()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.