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, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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.
BatchPrediction.Builder avoiding the need to
create one manually via
BatchPrediction.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #results(List.
results - a consumer that will call methods on
BatchPrediction.Builder#results(java.util.Collection) 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 © 2022. All rights reserved.