public static interface DescribeBatchPredictionsResponse.Builder extends MachineLearningResponse.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. |
build
copy
apply, build
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 Amazon Web Services, Inc. All Rights Reserved.