#[non_exhaustive]pub struct StartMlLabelingSetGenerationTaskRunInput { /* private fields */ }Implementations§
source§impl StartMlLabelingSetGenerationTaskRunInput
impl StartMlLabelingSetGenerationTaskRunInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StartMLLabelingSetGenerationTaskRun, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StartMLLabelingSetGenerationTaskRun, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<StartMLLabelingSetGenerationTaskRun>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StartMlLabelingSetGenerationTaskRunInput.
source§impl StartMlLabelingSetGenerationTaskRunInput
impl StartMlLabelingSetGenerationTaskRunInput
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 Simple Storage Service (Amazon S3) path where you generate the labeling set.
Trait Implementations§
source§impl Clone for StartMlLabelingSetGenerationTaskRunInput
impl Clone for StartMlLabelingSetGenerationTaskRunInput
source§fn clone(&self) -> StartMlLabelingSetGenerationTaskRunInput
fn clone(&self) -> StartMlLabelingSetGenerationTaskRunInput
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<StartMlLabelingSetGenerationTaskRunInput> for StartMlLabelingSetGenerationTaskRunInput
impl PartialEq<StartMlLabelingSetGenerationTaskRunInput> for StartMlLabelingSetGenerationTaskRunInput
source§fn eq(&self, other: &StartMlLabelingSetGenerationTaskRunInput) -> bool
fn eq(&self, other: &StartMlLabelingSetGenerationTaskRunInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.