public static interface ListDatasetEntriesResponse.Builder extends RekognitionResponse.Builder, SdkPojo, CopyableBuilder<ListDatasetEntriesResponse.Builder,ListDatasetEntriesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListDatasetEntriesResponse.Builder |
datasetEntries(Collection<String> datasetEntries)
A list of entries (images) in the dataset.
|
ListDatasetEntriesResponse.Builder |
datasetEntries(String... datasetEntries)
A list of entries (images) in the dataset.
|
ListDatasetEntriesResponse.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, buildListDatasetEntriesResponse.Builder datasetEntries(Collection<String> datasetEntries)
A list of entries (images) in the dataset.
datasetEntries - A list of entries (images) in the dataset.ListDatasetEntriesResponse.Builder datasetEntries(String... datasetEntries)
A list of entries (images) in the dataset.
datasetEntries - A list of entries (images) in the dataset.ListDatasetEntriesResponse.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.