Struct aws_sdk_glue::input::StartImportLabelsTaskRunInput
source · [−]#[non_exhaustive]pub struct StartImportLabelsTaskRunInput { /* private fields */ }Implementations
sourceimpl StartImportLabelsTaskRunInput
impl StartImportLabelsTaskRunInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StartImportLabelsTaskRun, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StartImportLabelsTaskRun, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<StartImportLabelsTaskRun>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StartImportLabelsTaskRunInput.
sourceimpl StartImportLabelsTaskRunInput
impl StartImportLabelsTaskRunInput
sourcepub fn transform_id(&self) -> Option<&str>
pub fn transform_id(&self) -> Option<&str>
The unique identifier of the machine learning transform.
sourcepub fn input_s3_path(&self) -> Option<&str>
pub fn input_s3_path(&self) -> Option<&str>
The Amazon Simple Storage Service (Amazon S3) path from where you import the labels.
sourcepub fn replace_all_labels(&self) -> bool
pub fn replace_all_labels(&self) -> bool
Indicates whether to overwrite your existing labels.
Trait Implementations
sourceimpl Clone for StartImportLabelsTaskRunInput
impl Clone for StartImportLabelsTaskRunInput
sourcefn clone(&self) -> StartImportLabelsTaskRunInput
fn clone(&self) -> StartImportLabelsTaskRunInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for StartImportLabelsTaskRunInput
impl Debug for StartImportLabelsTaskRunInput
sourceimpl PartialEq<StartImportLabelsTaskRunInput> for StartImportLabelsTaskRunInput
impl PartialEq<StartImportLabelsTaskRunInput> for StartImportLabelsTaskRunInput
sourcefn eq(&self, other: &StartImportLabelsTaskRunInput) -> bool
fn eq(&self, other: &StartImportLabelsTaskRunInput) -> bool
impl StructuralPartialEq for StartImportLabelsTaskRunInput
Auto Trait Implementations
impl RefUnwindSafe for StartImportLabelsTaskRunInput
impl Send for StartImportLabelsTaskRunInput
impl Sync for StartImportLabelsTaskRunInput
impl Unpin for StartImportLabelsTaskRunInput
impl UnwindSafe for StartImportLabelsTaskRunInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more