pub struct HumanLoopDataAttributes {
pub content_classifiers: Option<Vec<String>>,
}Expand description
Allows you to set attributes of the image. Currently, you can declare an image as free of personally identifiable information and adult content.
Fields§
§content_classifiers: Option<Vec<String>>Sets whether the input image is free of personally identifiable information or adult content.
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