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 method that creates an instance of theModelMetadata.Builder avoiding the need to create
one manually via ModelMetadata.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
ModelMetadata.Builder#models(java.util.Collection) 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 © 2023. All rights reserved.