pub struct Builder { /* private fields */ }
Expand description
A builder for LabelingJobDataAttributes
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn content_classifiers(self, input: ContentClassifier) -> Self
pub fn content_classifiers(self, input: ContentClassifier) -> Self
Appends an item to content_classifiers
.
To override the contents of this collection use set_content_classifiers
.
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.
sourcepub fn set_content_classifiers(
self,
input: Option<Vec<ContentClassifier>>
) -> Self
pub fn set_content_classifiers(
self,
input: Option<Vec<ContentClassifier>>
) -> Self
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.
sourcepub fn build(self) -> LabelingJobDataAttributes
pub fn build(self) -> LabelingJobDataAttributes
Consumes the builder and constructs a LabelingJobDataAttributes
.