Interface ListDatasetEntriesResponse.Builder

    • Method Detail

      • datasetEntries

        ListDatasetEntriesResponse.Builder datasetEntries​(Collection<String> datasetEntries)

        A list of the entries (JSON Lines) within the dataset.

        Parameters:
        datasetEntries - A list of the entries (JSON Lines) within the dataset.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • datasetEntries

        ListDatasetEntriesResponse.Builder datasetEntries​(String... datasetEntries)

        A list of the entries (JSON Lines) within the dataset.

        Parameters:
        datasetEntries - A list of the entries (JSON Lines) within the dataset.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.