Interface HumanLoopDataAttributes.Builder

  • Method Details

    • contentClassifiersWithStrings

      HumanLoopDataAttributes.Builder contentClassifiersWithStrings(Collection<String> contentClassifiers)

      Declares that your content is free of personally identifiable information or adult content.

      Amazon SageMaker can restrict the Amazon Mechanical Turk workers who can view your task based on this information.

      Parameters:
      contentClassifiers - Declares that your content is free of personally identifiable information or adult content.

      Amazon SageMaker can restrict the Amazon Mechanical Turk workers who can view your task based on this information.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • contentClassifiersWithStrings

      HumanLoopDataAttributes.Builder contentClassifiersWithStrings(String... contentClassifiers)

      Declares that your content is free of personally identifiable information or adult content.

      Amazon SageMaker can restrict the Amazon Mechanical Turk workers who can view your task based on this information.

      Parameters:
      contentClassifiers - Declares that your content is free of personally identifiable information or adult content.

      Amazon SageMaker can restrict the Amazon Mechanical Turk workers who can view your task based on this information.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • contentClassifiers

      HumanLoopDataAttributes.Builder contentClassifiers(Collection<ContentClassifier> contentClassifiers)

      Declares that your content is free of personally identifiable information or adult content.

      Amazon SageMaker can restrict the Amazon Mechanical Turk workers who can view your task based on this information.

      Parameters:
      contentClassifiers - Declares that your content is free of personally identifiable information or adult content.

      Amazon SageMaker can restrict the Amazon Mechanical Turk workers who can view your task based on this information.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • contentClassifiers

      HumanLoopDataAttributes.Builder contentClassifiers(ContentClassifier... contentClassifiers)

      Declares that your content is free of personally identifiable information or adult content.

      Amazon SageMaker can restrict the Amazon Mechanical Turk workers who can view your task based on this information.

      Parameters:
      contentClassifiers - Declares that your content is free of personally identifiable information or adult content.

      Amazon SageMaker can restrict the Amazon Mechanical Turk workers who can view your task based on this information.

      Returns:
      Returns a reference to this object so that method calls can be chained together.