Interface HumanLoopDataAttributes.Builder

  • Method Details

    • contentClassifiersWithStrings

      HumanLoopDataAttributes.Builder contentClassifiersWithStrings(Collection<String> contentClassifiers)

      Sets whether the input image is free of personally identifiable information.

      Parameters:
      contentClassifiers - Sets whether the input image is free of personally identifiable information.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • contentClassifiersWithStrings

      HumanLoopDataAttributes.Builder contentClassifiersWithStrings(String... contentClassifiers)

      Sets whether the input image is free of personally identifiable information.

      Parameters:
      contentClassifiers - Sets whether the input image is free of personally identifiable information.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • contentClassifiers

      HumanLoopDataAttributes.Builder contentClassifiers(Collection<ContentClassifier> contentClassifiers)

      Sets whether the input image is free of personally identifiable information.

      Parameters:
      contentClassifiers - Sets whether the input image is free of personally identifiable information.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • contentClassifiers

      HumanLoopDataAttributes.Builder contentClassifiers(ContentClassifier... contentClassifiers)

      Sets whether the input image is free of personally identifiable information.

      Parameters:
      contentClassifiers - Sets whether the input image is free of personally identifiable information.
      Returns:
      Returns a reference to this object so that method calls can be chained together.