public static interface ListModelsResponse.Builder extends SageMakerResponse.Builder, SdkPojo, 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(Consumer<ModelSummary.Builder>... 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, SageMaker returns this token.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 models(Consumer<ModelSummary.Builder>... models)
An array of ModelSummary objects, each of which lists a model.
ModelSummary.Builder avoiding the need to create one
manually via ModelSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #models(List.
models - a consumer that will call methods on
ModelSummary.Builder#models(java.util.Collection) ListModelsResponse.Builder nextToken(String nextToken)
If the response is truncated, SageMaker returns this token. To retrieve the next set of models, use it in the subsequent request.
nextToken - If the response is truncated, SageMaker returns this token. To retrieve the next set of models, use it
in the subsequent request.Copyright © 2023. All rights reserved.