public static interface ListModelsResponse.Builder extends LookoutVisionResponse.Builder, SdkPojo, CopyableBuilder<ListModelsResponse.Builder,ListModelsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListModelsResponse.Builder |
models(Collection<ModelMetadata> models)
A list of model versions in the specified project.
|
ListModelsResponse.Builder |
models(Consumer<ModelMetadata.Builder>... models)
A list of model versions in the specified project.
|
ListModelsResponse.Builder |
models(ModelMetadata... models)
A list of model versions in the specified project.
|
ListModelsResponse.Builder |
nextToken(String nextToken)
If the response is truncated, Amazon Lookout for Vision returns this token that you can use in the subsequent
request to retrieve the next set of models.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListModelsResponse.Builder models(Collection<ModelMetadata> models)
A list of model versions in the specified project.
models - A list of model versions in the specified project.ListModelsResponse.Builder models(ModelMetadata... models)
A list of model versions in the specified project.
models - A list of model versions in the specified project.ListModelsResponse.Builder models(Consumer<ModelMetadata.Builder>... models)
A list of model versions in the specified project.
This is a convenience that creates an instance of theList.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 #models(List) .models - a consumer that will call methods on List.Builder #models(List) ListModelsResponse.Builder nextToken(String nextToken)
If the response is truncated, Amazon Lookout for Vision returns this token that you can use in the subsequent request to retrieve the next set of models.
nextToken - If the response is truncated, Amazon Lookout for Vision returns this token that you can use in the
subsequent request to retrieve the next set of models.Copyright © 2022. All rights reserved.