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