pub struct LabelingJobDataAttributes {
pub content_classifiers: Option<Vec<String>>,
}
Expand description
Attributes of the data specified by the customer. Use these to describe the data to be labeled.
Fields§
§content_classifiers: Option<Vec<String>>
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.
Trait Implementations§
Source§impl Clone for LabelingJobDataAttributes
impl Clone for LabelingJobDataAttributes
Source§fn clone(&self) -> LabelingJobDataAttributes
fn clone(&self) -> LabelingJobDataAttributes
Returns a duplicate 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 Default for LabelingJobDataAttributes
impl Default for LabelingJobDataAttributes
Source§fn default() -> LabelingJobDataAttributes
fn default() -> LabelingJobDataAttributes
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LabelingJobDataAttributes
impl<'de> Deserialize<'de> for LabelingJobDataAttributes
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for LabelingJobDataAttributes
Auto Trait Implementations§
impl Freeze for LabelingJobDataAttributes
impl RefUnwindSafe for LabelingJobDataAttributes
impl Send for LabelingJobDataAttributes
impl Sync for LabelingJobDataAttributes
impl Unpin for LabelingJobDataAttributes
impl UnwindSafe for LabelingJobDataAttributes
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more