Interface LabelingJobDataAttributes.Builder

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

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

    • contentClassifiersWithStrings

      LabelingJobDataAttributes.Builder contentClassifiersWithStrings(Collection<String> contentClassifiers)

      Declares that your content is free of personally identifiable information or adult content. SageMaker may restrict the Amazon Mechanical Turk workers that can view your task based on this information.

      Parameters:
      contentClassifiers - Declares that your content is free of personally identifiable information or adult content. SageMaker may restrict the Amazon Mechanical Turk workers that can view your task based on this information.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • contentClassifiersWithStrings

      LabelingJobDataAttributes.Builder contentClassifiersWithStrings(String... contentClassifiers)

      Declares that your content is free of personally identifiable information or adult content. SageMaker may restrict the Amazon Mechanical Turk workers that can view your task based on this information.

      Parameters:
      contentClassifiers - Declares that your content is free of personally identifiable information or adult content. SageMaker may restrict the Amazon Mechanical Turk workers that can view your task based on this information.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • contentClassifiers

      LabelingJobDataAttributes.Builder contentClassifiers(Collection<ContentClassifier> contentClassifiers)

      Declares that your content is free of personally identifiable information or adult content. SageMaker may restrict the Amazon Mechanical Turk workers that can view your task based on this information.

      Parameters:
      contentClassifiers - Declares that your content is free of personally identifiable information or adult content. SageMaker may restrict the Amazon Mechanical Turk workers that can view your task based on this information.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • contentClassifiers

      LabelingJobDataAttributes.Builder contentClassifiers(ContentClassifier... contentClassifiers)

      Declares that your content is free of personally identifiable information or adult content. SageMaker may restrict the Amazon Mechanical Turk workers that can view your task based on this information.

      Parameters:
      contentClassifiers - Declares that your content is free of personally identifiable information or adult content. SageMaker may restrict the Amazon Mechanical Turk workers that can view your task based on this information.
      Returns:
      Returns a reference to this object so that method calls can be chained together.