public static interface ListDatasetEntriesResponse.Builder extends LookoutVisionResponse.Builder, SdkPojo, CopyableBuilder<ListDatasetEntriesResponse.Builder,ListDatasetEntriesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListDatasetEntriesResponse.Builder |
datasetEntries(Collection<String> datasetEntries)
A list of the entries (JSON Lines) within the dataset.
|
ListDatasetEntriesResponse.Builder |
datasetEntries(String... datasetEntries)
A list of the entries (JSON Lines) within the dataset.
|
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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDatasetEntriesResponse.Builder datasetEntries(Collection<String> datasetEntries)
A list of the entries (JSON Lines) within the dataset.
datasetEntries - A list of the entries (JSON Lines) within the dataset.ListDatasetEntriesResponse.Builder datasetEntries(String... datasetEntries)
A list of the entries (JSON Lines) within the dataset.
datasetEntries - A list of the entries (JSON Lines) within the dataset.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.
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.Copyright © 2021. All rights reserved.