Struct aws_sdk_sagemaker::model::LabelingJobDataAttributes [−][src]
#[non_exhaustive]pub struct LabelingJobDataAttributes {
pub content_classifiers: Option<Vec<ContentClassifier>>,
}
Expand description
Attributes of the data specified by the customer. Use these to describe the data to be labeled.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.content_classifiers: Option<Vec<ContentClassifier>>
Declares that your content is free of personally identifiable information or adult content. Amazon SageMaker may restrict the Amazon Mechanical Turk workers that can view your task based on this information.
Implementations
Declares that your content is free of personally identifiable information or adult content. Amazon SageMaker may restrict the Amazon Mechanical Turk workers that can view your task based on this information.
Creates a new builder-style object to manufacture LabelingJobDataAttributes
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for LabelingJobDataAttributes
impl Send for LabelingJobDataAttributes
impl Sync for LabelingJobDataAttributes
impl Unpin for LabelingJobDataAttributes
impl UnwindSafe for LabelingJobDataAttributes
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more