public static interface DescribeProjectVersionsResponse.Builder extends RekognitionResponse.Builder, SdkPojo, CopyableBuilder<DescribeProjectVersionsResponse.Builder,DescribeProjectVersionsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeProjectVersionsResponse.Builder |
nextToken(String nextToken)
If the previous response was incomplete (because there is more results to retrieve), Amazon Rekognition
Custom Labels returns a pagination token in the response.
|
DescribeProjectVersionsResponse.Builder |
projectVersionDescriptions(Collection<ProjectVersionDescription> projectVersionDescriptions)
A list of model descriptions.
|
DescribeProjectVersionsResponse.Builder |
projectVersionDescriptions(Consumer<ProjectVersionDescription.Builder>... projectVersionDescriptions)
A list of model descriptions.
|
DescribeProjectVersionsResponse.Builder |
projectVersionDescriptions(ProjectVersionDescription... projectVersionDescriptions)
A list of model descriptions.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeProjectVersionsResponse.Builder projectVersionDescriptions(Collection<ProjectVersionDescription> projectVersionDescriptions)
A list of model descriptions. The list is sorted by the creation date and time of the model versions, latest to earliest.
projectVersionDescriptions - A list of model descriptions. The list is sorted by the creation date and time of the model versions,
latest to earliest.DescribeProjectVersionsResponse.Builder projectVersionDescriptions(ProjectVersionDescription... projectVersionDescriptions)
A list of model descriptions. The list is sorted by the creation date and time of the model versions, latest to earliest.
projectVersionDescriptions - A list of model descriptions. The list is sorted by the creation date and time of the model versions,
latest to earliest.DescribeProjectVersionsResponse.Builder projectVersionDescriptions(Consumer<ProjectVersionDescription.Builder>... projectVersionDescriptions)
A list of model descriptions. The list is sorted by the creation date and time of the model versions, latest to earliest.
This is a convenience method that creates an instance of theProjectVersionDescription.Builder avoiding the need
to create one manually via
ProjectVersionDescription.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #projectVersionDescriptions(List.
projectVersionDescriptions - a consumer that will call methods on
ProjectVersionDescription.Builder#projectVersionDescriptions(java.util.Collection) DescribeProjectVersionsResponse.Builder nextToken(String nextToken)
If the previous response was incomplete (because there is more results to retrieve), Amazon Rekognition Custom Labels returns a pagination token in the response. You can use this pagination token to retrieve the next set of results.
nextToken - If the previous response was incomplete (because there is more results to retrieve), Amazon
Rekognition Custom Labels returns a pagination token in the response. You can use this pagination
token to retrieve the next set of results.Copyright © 2023. All rights reserved.