pub struct LabelingJobDataSource {
pub s3_data_source: LabelingJobS3DataSource,
}
Expand description
Provides information about the location of input data.
Fields§
§s3_data_source: LabelingJobS3DataSource
The Amazon S3 location of the input data objects.
Trait Implementations§
Source§impl Clone for LabelingJobDataSource
impl Clone for LabelingJobDataSource
Source§fn clone(&self) -> LabelingJobDataSource
fn clone(&self) -> LabelingJobDataSource
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 LabelingJobDataSource
impl Debug for LabelingJobDataSource
Source§impl Default for LabelingJobDataSource
impl Default for LabelingJobDataSource
Source§fn default() -> LabelingJobDataSource
fn default() -> LabelingJobDataSource
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LabelingJobDataSource
impl<'de> Deserialize<'de> for LabelingJobDataSource
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 LabelingJobDataSource
impl PartialEq for LabelingJobDataSource
Source§impl Serialize for LabelingJobDataSource
impl Serialize for LabelingJobDataSource
impl StructuralPartialEq for LabelingJobDataSource
Auto Trait Implementations§
impl Freeze for LabelingJobDataSource
impl RefUnwindSafe for LabelingJobDataSource
impl Send for LabelingJobDataSource
impl Sync for LabelingJobDataSource
impl Unpin for LabelingJobDataSource
impl UnwindSafe for LabelingJobDataSource
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