pub struct StartImportLabelsTaskRunRequest {
pub input_s3_path: String,
pub replace_all_labels: Option<bool>,
pub transform_id: String,
}Fields§
§input_s3_path: StringThe Amazon Simple Storage Service (Amazon S3) path from where you import the labels.
replace_all_labels: Option<bool>Indicates whether to overwrite your existing labels.
transform_id: StringThe unique identifier of the machine learning transform.
Trait Implementations§
Source§impl Clone for StartImportLabelsTaskRunRequest
impl Clone for StartImportLabelsTaskRunRequest
Source§fn clone(&self) -> StartImportLabelsTaskRunRequest
fn clone(&self) -> StartImportLabelsTaskRunRequest
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 Default for StartImportLabelsTaskRunRequest
impl Default for StartImportLabelsTaskRunRequest
Source§fn default() -> StartImportLabelsTaskRunRequest
fn default() -> StartImportLabelsTaskRunRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for StartImportLabelsTaskRunRequest
impl PartialEq for StartImportLabelsTaskRunRequest
Source§fn eq(&self, other: &StartImportLabelsTaskRunRequest) -> bool
fn eq(&self, other: &StartImportLabelsTaskRunRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for StartImportLabelsTaskRunRequest
Auto Trait Implementations§
impl Freeze for StartImportLabelsTaskRunRequest
impl RefUnwindSafe for StartImportLabelsTaskRunRequest
impl Send for StartImportLabelsTaskRunRequest
impl Sync for StartImportLabelsTaskRunRequest
impl Unpin for StartImportLabelsTaskRunRequest
impl UnwindSafe for StartImportLabelsTaskRunRequest
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