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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HumanLoopDataAttributes.BuildercontentClassifiers(Collection<ContentClassifier> contentClassifiers)Declares that your content is free of personally identifiable information or adult content.HumanLoopDataAttributes.BuildercontentClassifiers(ContentClassifier... contentClassifiers)Declares that your content is free of personally identifiable information or adult content.HumanLoopDataAttributes.BuildercontentClassifiersWithStrings(String... contentClassifiers)Declares that your content is free of personally identifiable information or adult content.HumanLoopDataAttributes.BuildercontentClassifiersWithStrings(Collection<String> contentClassifiers)Declares that your content is free of personally identifiable information or adult content.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
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.
-
-