| 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 DescribeBatchPredictionsResponse |
MachineLearningClient.describeBatchPredictions()
Returns a list of
BatchPrediction operations that match the search criteria in the request. |
default DescribeBatchPredictionsResponse |
MachineLearningClient.describeBatchPredictions(Consumer<DescribeBatchPredictionsRequest.Builder> describeBatchPredictionsRequest)
Returns a list of
BatchPrediction operations that match the search criteria in the request. |
default DescribeBatchPredictionsResponse |
MachineLearningClient.describeBatchPredictions(DescribeBatchPredictionsRequest describeBatchPredictionsRequest)
Returns a list of
BatchPrediction operations that match the search criteria in the request. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeBatchPredictionsResponse> |
MachineLearningAsyncClient.describeBatchPredictions()
Returns a list of
BatchPrediction operations that match the search criteria in the request. |
default CompletableFuture<DescribeBatchPredictionsResponse> |
MachineLearningAsyncClient.describeBatchPredictions(Consumer<DescribeBatchPredictionsRequest.Builder> describeBatchPredictionsRequest)
Returns a list of
BatchPrediction operations that match the search criteria in the request. |
default CompletableFuture<DescribeBatchPredictionsResponse> |
MachineLearningAsyncClient.describeBatchPredictions(DescribeBatchPredictionsRequest describeBatchPredictionsRequest)
Returns a list of
BatchPrediction operations that match the search criteria in the request. |
| Modifier and Type | Method and Description |
|---|---|
Iterator<DescribeBatchPredictionsResponse> |
DescribeBatchPredictionsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeBatchPredictionsPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeBatchPredictionsResponse> subscriber) |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<WaiterResponse<DescribeBatchPredictionsResponse>> |
MachineLearningAsyncWaiter.waitUntilBatchPredictionAvailable(Consumer<DescribeBatchPredictionsRequest.Builder> describeBatchPredictionsRequest)
Polls
MachineLearningAsyncClient.describeBatchPredictions(software.amazon.awssdk.services.machinelearning.model.DescribeBatchPredictionsRequest) 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> |
MachineLearningWaiter.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 CompletableFuture<WaiterResponse<DescribeBatchPredictionsResponse>> |
MachineLearningAsyncWaiter.waitUntilBatchPredictionAvailable(Consumer<DescribeBatchPredictionsRequest.Builder> describeBatchPredictionsRequest,
Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
Polls
MachineLearningAsyncClient.describeBatchPredictions(software.amazon.awssdk.services.machinelearning.model.DescribeBatchPredictionsRequest) 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> |
MachineLearningWaiter.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 CompletableFuture<WaiterResponse<DescribeBatchPredictionsResponse>> |
MachineLearningAsyncWaiter.waitUntilBatchPredictionAvailable(DescribeBatchPredictionsRequest describeBatchPredictionsRequest)
Polls
MachineLearningAsyncClient.describeBatchPredictions(software.amazon.awssdk.services.machinelearning.model.DescribeBatchPredictionsRequest) 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> |
MachineLearningWaiter.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 CompletableFuture<WaiterResponse<DescribeBatchPredictionsResponse>> |
MachineLearningAsyncWaiter.waitUntilBatchPredictionAvailable(DescribeBatchPredictionsRequest describeBatchPredictionsRequest,
WaiterOverrideConfiguration overrideConfig)
Polls
MachineLearningAsyncClient.describeBatchPredictions(software.amazon.awssdk.services.machinelearning.model.DescribeBatchPredictionsRequest) 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> |
MachineLearningWaiter.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 |
Copyright © 2022. All rights reserved.