public static interface ListModelsResponse.Builder extends SageMakerResponse.Builder, CopyableBuilder<ListModelsResponse.Builder,ListModelsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListModelsResponse.Builder |
models(Collection<ModelSummary> models)
An array of
ModelSummary objects, each of which lists a model. |
ListModelsResponse.Builder |
models(ModelSummary... models)
An array of
ModelSummary objects, each of which lists a model. |
ListModelsResponse.Builder |
nextToken(String nextToken)
If the response is truncated, Amazon SageMaker returns this token.
|
buildcopyapply, buildListModelsResponse.Builder models(Collection<ModelSummary> models)
An array of ModelSummary objects, each of which lists a model.
models - An array of ModelSummary objects, each of which lists a model.ListModelsResponse.Builder models(ModelSummary... models)
An array of ModelSummary objects, each of which lists a model.
models - An array of ModelSummary objects, each of which lists a model.ListModelsResponse.Builder nextToken(String nextToken)
If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of models, use it in the subsequent request.
nextToken - If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of models,
use it in the subsequent request.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.