// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`StartMLLabelingSetGenerationTaskRun`](crate::operation::start_ml_labeling_set_generation_task_run::builders::StartMLLabelingSetGenerationTaskRunFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`transform_id(impl Into<String>)`](crate::operation::start_ml_labeling_set_generation_task_run::builders::StartMLLabelingSetGenerationTaskRunFluentBuilder::transform_id) / [`set_transform_id(Option<String>)`](crate::operation::start_ml_labeling_set_generation_task_run::builders::StartMLLabelingSetGenerationTaskRunFluentBuilder::set_transform_id):<br>required: **true**<br><p>The unique identifier of the machine learning transform.</p><br>
/// - [`output_s3_path(impl Into<String>)`](crate::operation::start_ml_labeling_set_generation_task_run::builders::StartMLLabelingSetGenerationTaskRunFluentBuilder::output_s3_path) / [`set_output_s3_path(Option<String>)`](crate::operation::start_ml_labeling_set_generation_task_run::builders::StartMLLabelingSetGenerationTaskRunFluentBuilder::set_output_s3_path):<br>required: **true**<br><p>The Amazon Simple Storage Service (Amazon S3) path where you generate the labeling set.</p><br>
/// - On success, responds with [`StartMlLabelingSetGenerationTaskRunOutput`](crate::operation::start_ml_labeling_set_generation_task_run::StartMlLabelingSetGenerationTaskRunOutput) with field(s):
/// - [`task_run_id(Option<String>)`](crate::operation::start_ml_labeling_set_generation_task_run::StartMlLabelingSetGenerationTaskRunOutput::task_run_id): <p>The unique run identifier that is associated with this task run.</p>
/// - On failure, responds with [`SdkError<StartMLLabelingSetGenerationTaskRunError>`](crate::operation::start_ml_labeling_set_generation_task_run::StartMLLabelingSetGenerationTaskRunError)
pub fn start_ml_labeling_set_generation_task_run(
&self,
) -> crate::operation::start_ml_labeling_set_generation_task_run::builders::StartMLLabelingSetGenerationTaskRunFluentBuilder {
crate::operation::start_ml_labeling_set_generation_task_run::builders::StartMLLabelingSetGenerationTaskRunFluentBuilder::new(
self.handle.clone(),
)
}
}