pub struct HumanLoopDataAttributes {
pub content_classifiers: Vec<String>,
}Expand description
Attributes of the data specified by the customer. Use these to describe the data to be labeled.
Fields§
§content_classifiers: Vec<String>Declares that your content is free of personally identifiable information or adult content.
Amazon SageMaker can restrict the Amazon Mechanical Turk workers who can view your task based on this information.
Trait Implementations§
Source§impl Clone for HumanLoopDataAttributes
impl Clone for HumanLoopDataAttributes
Source§fn clone(&self) -> HumanLoopDataAttributes
fn clone(&self) -> HumanLoopDataAttributes
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 HumanLoopDataAttributes
impl Debug for HumanLoopDataAttributes
Source§impl Default for HumanLoopDataAttributes
impl Default for HumanLoopDataAttributes
Source§fn default() -> HumanLoopDataAttributes
fn default() -> HumanLoopDataAttributes
Returns the “default value” for a type. Read more
Source§impl PartialEq for HumanLoopDataAttributes
impl PartialEq for HumanLoopDataAttributes
Source§impl Serialize for HumanLoopDataAttributes
impl Serialize for HumanLoopDataAttributes
impl StructuralPartialEq for HumanLoopDataAttributes
Auto Trait Implementations§
impl Freeze for HumanLoopDataAttributes
impl RefUnwindSafe for HumanLoopDataAttributes
impl Send for HumanLoopDataAttributes
impl Sync for HumanLoopDataAttributes
impl Unpin for HumanLoopDataAttributes
impl UnwindSafe for HumanLoopDataAttributes
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