public static interface LabelingJobDataAttributes.Builder extends SdkPojo, CopyableBuilder<LabelingJobDataAttributes.Builder,LabelingJobDataAttributes>
Modifier and Type | Method and Description |
---|---|
LabelingJobDataAttributes.Builder |
contentClassifiers(Collection<ContentClassifier> contentClassifiers)
Declares that your content is free of personally identifiable information or adult content.
|
LabelingJobDataAttributes.Builder |
contentClassifiers(ContentClassifier... contentClassifiers)
Declares that your content is free of personally identifiable information or adult content.
|
LabelingJobDataAttributes.Builder |
contentClassifiersWithStrings(Collection<String> contentClassifiers)
Declares that your content is free of personally identifiable information or adult content.
|
LabelingJobDataAttributes.Builder |
contentClassifiersWithStrings(String... contentClassifiers)
Declares that your content is free of personally identifiable information or adult content.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
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.
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.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.
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.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.
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.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.
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.Copyright © 2022. All rights reserved.