| Package | Description |
|---|---|
| software.amazon.awssdk.services.lookoutvision.model |
| Modifier and Type | Method and Description |
|---|---|
static ListDatasetEntriesResponse.Builder |
ListDatasetEntriesResponse.builder() |
ListDatasetEntriesResponse.Builder |
ListDatasetEntriesResponse.Builder.datasetEntries(Collection<String> datasetEntries)
A list of the entries (JSON Lines) within the dataset.
|
ListDatasetEntriesResponse.Builder |
ListDatasetEntriesResponse.Builder.datasetEntries(String... datasetEntries)
A list of the entries (JSON Lines) within the dataset.
|
ListDatasetEntriesResponse.Builder |
ListDatasetEntriesResponse.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 ofdataset entries.
|
ListDatasetEntriesResponse.Builder |
ListDatasetEntriesResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListDatasetEntriesResponse.Builder> |
ListDatasetEntriesResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.