#[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 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
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for LabelingJobDataAttributesBuilder
impl Default for LabelingJobDataAttributesBuilder
source§fn default() -> LabelingJobDataAttributesBuilder
fn default() -> LabelingJobDataAttributesBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<LabelingJobDataAttributesBuilder> for LabelingJobDataAttributesBuilder
impl PartialEq<LabelingJobDataAttributesBuilder> for LabelingJobDataAttributesBuilder
source§fn eq(&self, other: &LabelingJobDataAttributesBuilder) -> bool
fn eq(&self, other: &LabelingJobDataAttributesBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.