Package | Description |
---|---|
com.amazonaws.services.machinelearning | |
com.amazonaws.services.machinelearning.model |
Modifier and Type | Method and Description |
---|---|
DescribeBatchPredictionsResult |
AmazonMachineLearning.describeBatchPredictions()
Simplified method form for invoking the DescribeBatchPredictions
operation.
|
DescribeBatchPredictionsResult |
AmazonMachineLearningClient.describeBatchPredictions() |
DescribeBatchPredictionsResult |
AbstractAmazonMachineLearning.describeBatchPredictions() |
DescribeBatchPredictionsResult |
AmazonMachineLearning.describeBatchPredictions(DescribeBatchPredictionsRequest describeBatchPredictionsRequest)
Returns a list of
BatchPrediction operations that match the
search criteria in the request. |
DescribeBatchPredictionsResult |
AmazonMachineLearningClient.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.
|
Copyright © 2018. All rights reserved.