| Package | Description |
|---|---|
| com.amazonaws.services.machinelearning |
Definition of the public APIs exposed by Amazon Machine Learning
|
| com.amazonaws.services.machinelearning.model | |
| com.amazonaws.services.machinelearning.waiters |
| Modifier and Type | Method and Description |
|---|---|
DescribeBatchPredictionsResult |
AmazonMachineLearningClient.describeBatchPredictions() |
DescribeBatchPredictionsResult |
AmazonMachineLearning.describeBatchPredictions()
Simplified method form for invoking the DescribeBatchPredictions operation.
|
DescribeBatchPredictionsResult |
AbstractAmazonMachineLearning.describeBatchPredictions() |
DescribeBatchPredictionsResult |
AmazonMachineLearningClient.describeBatchPredictions(DescribeBatchPredictionsRequest request)
Returns a list of
BatchPrediction operations that match the search criteria in the request. |
DescribeBatchPredictionsResult |
AmazonMachineLearning.describeBatchPredictions(DescribeBatchPredictionsRequest describeBatchPredictionsRequest)
Returns a list of
BatchPrediction operations that match the search criteria in the request. |
DescribeBatchPredictionsResult |
AbstractAmazonMachineLearning.describeBatchPredictions(DescribeBatchPredictionsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
DescribeBatchPredictionsResult |
DescribeBatchPredictionsResult.clone() |
DescribeBatchPredictionsResult |
DescribeBatchPredictionsResult.withNextToken(String nextToken)
The ID of the next page in the paginated results that indicates at least one more page follows.
|
DescribeBatchPredictionsResult |
DescribeBatchPredictionsResult.withResults(BatchPrediction... results)
A list of
BatchPrediction objects that meet the search criteria. |
DescribeBatchPredictionsResult |
DescribeBatchPredictionsResult.withResults(Collection<BatchPrediction> results)
A list of
BatchPrediction objects that meet the search criteria. |
| Modifier and Type | Method and Description |
|---|---|
DescribeBatchPredictionsResult |
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 © 2019. All rights reserved.