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 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 #datasetLabelDescriptions(List) .datasetLabelDescriptions - a consumer that will call methods on List.Builder #datasetLabelDescriptions(List) 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 © 2022. All rights reserved.