public static interface DescribeMLModelsResponse.Builder extends MachineLearningResponse.Builder, CopyableBuilder<DescribeMLModelsResponse.Builder,DescribeMLModelsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeMLModelsResponse.Builder |
nextToken(String nextToken)
The ID of the next page in the paginated results that indicates at least one more page follows.
|
DescribeMLModelsResponse.Builder |
results(Collection<MLModel> results)
A list of
MLModel that meet the search criteria. |
DescribeMLModelsResponse.Builder |
results(MLModel... results)
A list of
MLModel that meet the search criteria. |
buildcopyapply, buildDescribeMLModelsResponse.Builder results(Collection<MLModel> results)
A list of MLModel that meet the search criteria.
results - A list of MLModel that meet the search criteria.DescribeMLModelsResponse.Builder results(MLModel... results)
A list of MLModel that meet the search criteria.
results - A list of MLModel that meet the search criteria.DescribeMLModelsResponse.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.