pub struct LabelingJobInputConfig {
pub data_attributes: Option<LabelingJobDataAttributes>,
pub data_source: LabelingJobDataSource,
}
Expand description
Input configuration information for a labeling job.
Fields§
§data_attributes: Option<LabelingJobDataAttributes>
Attributes of the data specified by the customer.
data_source: LabelingJobDataSource
The location of the input data.
Trait Implementations§
Source§impl Clone for LabelingJobInputConfig
impl Clone for LabelingJobInputConfig
Source§fn clone(&self) -> LabelingJobInputConfig
fn clone(&self) -> LabelingJobInputConfig
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 LabelingJobInputConfig
impl Debug for LabelingJobInputConfig
Source§impl Default for LabelingJobInputConfig
impl Default for LabelingJobInputConfig
Source§fn default() -> LabelingJobInputConfig
fn default() -> LabelingJobInputConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LabelingJobInputConfig
impl<'de> Deserialize<'de> for LabelingJobInputConfig
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
Source§impl PartialEq for LabelingJobInputConfig
impl PartialEq for LabelingJobInputConfig
Source§impl Serialize for LabelingJobInputConfig
impl Serialize for LabelingJobInputConfig
impl StructuralPartialEq for LabelingJobInputConfig
Auto Trait Implementations§
impl Freeze for LabelingJobInputConfig
impl RefUnwindSafe for LabelingJobInputConfig
impl Send for LabelingJobInputConfig
impl Sync for LabelingJobInputConfig
impl Unpin for LabelingJobInputConfig
impl UnwindSafe for LabelingJobInputConfig
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