| Package | Description |
|---|---|
| software.amazon.awssdk.services.machinelearning |
Definition of the public APIs exposed by Amazon Machine Learning
|
| software.amazon.awssdk.services.machinelearning.transform | |
| software.amazon.awssdk.services.machinelearning.waiters |
| Modifier and Type | Method and Description |
|---|---|
default DescribeBatchPredictionsResponse |
MachineLearningClient.describeBatchPredictions(DescribeBatchPredictionsRequest 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 |
|---|---|
Request<DescribeBatchPredictionsRequest> |
DescribeBatchPredictionsRequestMarshaller.marshall(DescribeBatchPredictionsRequest describeBatchPredictionsRequest) |
| Modifier and Type | Method and Description |
|---|---|
Request<DescribeBatchPredictionsRequest> |
DescribeBatchPredictionsRequestMarshaller.marshall(DescribeBatchPredictionsRequest describeBatchPredictionsRequest) |
void |
DescribeBatchPredictionsRequestModelMarshaller.marshall(DescribeBatchPredictionsRequest describeBatchPredictionsRequest,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object.
|
| Modifier and Type | Method and Description |
|---|---|
Waiter<DescribeBatchPredictionsRequest> |
MachineLearningClientWaiters.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.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeBatchPredictionsResponse |
DescribeBatchPredictionsFunction.apply(DescribeBatchPredictionsRequest describeBatchPredictionsRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
Copyright © 2017. All rights reserved.