#[non_exhaustive]pub struct LabelingJobDataAttributesBuilder { /* private fields */ }
Expand description
A builder for LabelingJobDataAttributes
.
Implementations§
source§impl LabelingJobDataAttributesBuilder
impl LabelingJobDataAttributesBuilder
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 get_content_classifiers(&self) -> &Option<Vec<ContentClassifier>>
pub fn get_content_classifiers(&self) -> &Option<Vec<ContentClassifier>>
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
.
Trait Implementations§
source§impl Clone for LabelingJobDataAttributesBuilder
impl Clone for LabelingJobDataAttributesBuilder
source§fn clone(&self) -> LabelingJobDataAttributesBuilder
fn clone(&self) -> LabelingJobDataAttributesBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for LabelingJobDataAttributesBuilder
impl Default for LabelingJobDataAttributesBuilder
source§fn default() -> LabelingJobDataAttributesBuilder
fn default() -> LabelingJobDataAttributesBuilder
source§impl PartialEq for LabelingJobDataAttributesBuilder
impl PartialEq for LabelingJobDataAttributesBuilder
source§fn eq(&self, other: &LabelingJobDataAttributesBuilder) -> bool
fn eq(&self, other: &LabelingJobDataAttributesBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.