| 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.transform |
| 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. |
default DescribeBatchPredictionsIterable |
MachineLearningClient.describeBatchPredictionsPaginator(DescribeBatchPredictionsRequest describeBatchPredictionsRequest)
Returns a list of
BatchPrediction operations that match the search criteria in the request. |
default DescribeBatchPredictionsPublisher |
MachineLearningAsyncClient.describeBatchPredictionsPaginator(DescribeBatchPredictionsRequest describeBatchPredictionsRequest)
Returns a list of
BatchPrediction operations that match the search criteria in the request. |
| Constructor and Description |
|---|
DescribeBatchPredictionsIterable(MachineLearningClient client,
DescribeBatchPredictionsRequest firstRequest) |
DescribeBatchPredictionsPublisher(MachineLearningAsyncClient client,
DescribeBatchPredictionsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
DescribeBatchPredictionsRequestMarshaller.marshall(DescribeBatchPredictionsRequest describeBatchPredictionsRequest) |
Copyright © 2020. All rights reserved.