Interface HumanLoopDataAttributes.Builder

All Superinterfaces:
Buildable, CopyableBuilder<HumanLoopDataAttributes.Builder,HumanLoopDataAttributes>, SdkBuilder<HumanLoopDataAttributes.Builder,HumanLoopDataAttributes>, SdkPojo
Enclosing class:
HumanLoopDataAttributes

public static interface HumanLoopDataAttributes.Builder extends SdkPojo, CopyableBuilder<HumanLoopDataAttributes.Builder,HumanLoopDataAttributes>
  • Method Details

    • contentClassifiersWithStrings

      HumanLoopDataAttributes.Builder contentClassifiersWithStrings(Collection<String> contentClassifiers)

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

      Parameters:
      contentClassifiers - Sets whether the input image is free of personally identifiable information or adult content.
      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 or adult content.

      Parameters:
      contentClassifiers - Sets whether the input image is free of personally identifiable information or adult content.
      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 or adult content.

      Parameters:
      contentClassifiers - Sets whether the input image is free of personally identifiable information or adult content.
      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 or adult content.

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