public static interface DescribeBatchPredictionsResponse.Builder extends MachineLearningResponse.Builder, SdkPojo, 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(Consumer<BatchPrediction.Builder>... results)
A list of
BatchPrediction objects that meet the search criteria. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildDescribeBatchPredictionsResponse.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 results(Consumer<BatchPrediction.Builder>... results)
A list of BatchPrediction objects that meet the search criteria.
List.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #results(List) .results - a consumer that will call methods on List.Builder #results(List) 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.