#[non_exhaustive]pub struct LabelingJobDataAttributes { /* private fields */ }
Expand description
Attributes of the data specified by the customer. Use these to describe the data to be labeled.
Implementations§
source§impl LabelingJobDataAttributes
impl LabelingJobDataAttributes
sourcepub fn content_classifiers(&self) -> Option<&[ContentClassifier]>
pub fn content_classifiers(&self) -> Option<&[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.
source§impl LabelingJobDataAttributes
impl LabelingJobDataAttributes
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture LabelingJobDataAttributes
.
Trait Implementations§
source§impl Clone for LabelingJobDataAttributes
impl Clone for LabelingJobDataAttributes
source§fn clone(&self) -> LabelingJobDataAttributes
fn clone(&self) -> LabelingJobDataAttributes
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 Debug for LabelingJobDataAttributes
impl Debug for LabelingJobDataAttributes
source§impl PartialEq<LabelingJobDataAttributes> for LabelingJobDataAttributes
impl PartialEq<LabelingJobDataAttributes> for LabelingJobDataAttributes
source§fn eq(&self, other: &LabelingJobDataAttributes) -> bool
fn eq(&self, other: &LabelingJobDataAttributes) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.