Struct aws_sdk_glue::input::StartExportLabelsTaskRunInput
source · #[non_exhaustive]pub struct StartExportLabelsTaskRunInput { /* private fields */ }Implementations§
source§impl StartExportLabelsTaskRunInput
impl StartExportLabelsTaskRunInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StartExportLabelsTaskRun, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StartExportLabelsTaskRun, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<StartExportLabelsTaskRun>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StartExportLabelsTaskRunInput.
source§impl StartExportLabelsTaskRunInput
impl StartExportLabelsTaskRunInput
sourcepub fn transform_id(&self) -> Option<&str>
pub fn transform_id(&self) -> Option<&str>
The unique identifier of the machine learning transform.
sourcepub fn output_s3_path(&self) -> Option<&str>
pub fn output_s3_path(&self) -> Option<&str>
The Amazon S3 path where you export the labels.
Trait Implementations§
source§impl Clone for StartExportLabelsTaskRunInput
impl Clone for StartExportLabelsTaskRunInput
source§fn clone(&self) -> StartExportLabelsTaskRunInput
fn clone(&self) -> StartExportLabelsTaskRunInput
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<StartExportLabelsTaskRunInput> for StartExportLabelsTaskRunInput
impl PartialEq<StartExportLabelsTaskRunInput> for StartExportLabelsTaskRunInput
source§fn eq(&self, other: &StartExportLabelsTaskRunInput) -> bool
fn eq(&self, other: &StartExportLabelsTaskRunInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.