public static interface DescribeBatchPredictionsResponse.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<DescribeBatchPredictionsResponse.Builder,DescribeBatchPredictionsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeBatchPredictionsResponse.Builder |
nextToken(String nextToken)
The ID of the next page in the paginated results that indicates at least one more page follows.
|
DescribeBatchPredictionsResponse.Builder |
results(BatchPrediction... results)
A list of
BatchPrediction objects that meet the search criteria. |
DescribeBatchPredictionsResponse.Builder |
results(Collection<BatchPrediction> results)
A list of
BatchPrediction objects that meet the search criteria. |
DescribeBatchPredictionsResponse.Builder results(Collection<BatchPrediction> results)
A list of BatchPrediction objects that meet the search criteria.
results - A list of BatchPrediction objects that meet the search criteria.DescribeBatchPredictionsResponse.Builder results(BatchPrediction... results)
A list of BatchPrediction objects that meet the search criteria.
results - A list of BatchPrediction objects that meet the search criteria.DescribeBatchPredictionsResponse.Builder nextToken(String nextToken)
The ID of the next page in the paginated results that indicates at least one more page follows.
nextToken - The ID of the next page in the paginated results that indicates at least one more page follows.Copyright © 2017. All rights reserved.