public static interface ListDatasetLabelsResponse.Builder extends RekognitionResponse.Builder, SdkPojo, CopyableBuilder<ListDatasetLabelsResponse.Builder,ListDatasetLabelsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListDatasetLabelsResponse.Builder |
datasetLabelDescriptions(Collection<DatasetLabelDescription> datasetLabelDescriptions)
A list of the labels in the dataset.
|
ListDatasetLabelsResponse.Builder |
datasetLabelDescriptions(Consumer<DatasetLabelDescription.Builder>... datasetLabelDescriptions)
A list of the labels in the dataset.
|
ListDatasetLabelsResponse.Builder |
datasetLabelDescriptions(DatasetLabelDescription... datasetLabelDescriptions)
A list of the labels in the dataset.
|
ListDatasetLabelsResponse.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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDatasetLabelsResponse.Builder datasetLabelDescriptions(Collection<DatasetLabelDescription> datasetLabelDescriptions)
A list of the labels in the dataset.
datasetLabelDescriptions - A list of the labels in the dataset.ListDatasetLabelsResponse.Builder datasetLabelDescriptions(DatasetLabelDescription... datasetLabelDescriptions)
A list of the labels in the dataset.
datasetLabelDescriptions - A list of the labels in the dataset.ListDatasetLabelsResponse.Builder datasetLabelDescriptions(Consumer<DatasetLabelDescription.Builder>... datasetLabelDescriptions)
A list of the labels in the dataset.
This is a convenience method that creates an instance of theDatasetLabelDescription.Builder avoiding the need
to create one manually via
DatasetLabelDescription.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #datasetLabelDescriptions(List.
datasetLabelDescriptions - a consumer that will call methods on
DatasetLabelDescription.Builder#datasetLabelDescriptions(java.util.Collection) ListDatasetLabelsResponse.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.