Interface ListDatasetLabelsResponse.Builder

    • Method Detail

      • datasetLabelDescriptions

        ListDatasetLabelsResponse.Builder datasetLabelDescriptions​(Collection<DatasetLabelDescription> datasetLabelDescriptions)

        A list of the labels in the dataset.

        Parameters:
        datasetLabelDescriptions - A list of the labels in the dataset.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • datasetLabelDescriptions

        ListDatasetLabelsResponse.Builder datasetLabelDescriptions​(DatasetLabelDescription... datasetLabelDescriptions)

        A list of the labels in the dataset.

        Parameters:
        datasetLabelDescriptions - A list of the labels in the dataset.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        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.

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