Struct aws_sdk_glue::input::StartImportLabelsTaskRunInput
source · #[non_exhaustive]pub struct StartImportLabelsTaskRunInput { /* private fields */ }Implementations§
source§impl 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.
source§impl 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§
source§impl Clone for StartImportLabelsTaskRunInput
impl Clone for StartImportLabelsTaskRunInput
source§fn clone(&self) -> StartImportLabelsTaskRunInput
fn clone(&self) -> StartImportLabelsTaskRunInput
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 PartialEq<StartImportLabelsTaskRunInput> for StartImportLabelsTaskRunInput
impl PartialEq<StartImportLabelsTaskRunInput> for StartImportLabelsTaskRunInput
source§fn eq(&self, other: &StartImportLabelsTaskRunInput) -> bool
fn eq(&self, other: &StartImportLabelsTaskRunInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.