1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`ListMLDataProcessingJobs`](crate::operation::list_ml_data_processing_jobs::builders::ListMLDataProcessingJobsFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`max_items(i32)`](crate::operation::list_ml_data_processing_jobs::builders::ListMLDataProcessingJobsFluentBuilder::max_items) / [`set_max_items(Option<i32>)`](crate::operation::list_ml_data_processing_jobs::builders::ListMLDataProcessingJobsFluentBuilder::set_max_items):<br>required: **false**<br><p>The maximum number of items to return (from 1 to 1024; the default is 10).</p><br>
    ///   - [`neptune_iam_role_arn(impl Into<String>)`](crate::operation::list_ml_data_processing_jobs::builders::ListMLDataProcessingJobsFluentBuilder::neptune_iam_role_arn) / [`set_neptune_iam_role_arn(Option<String>)`](crate::operation::list_ml_data_processing_jobs::builders::ListMLDataProcessingJobsFluentBuilder::set_neptune_iam_role_arn):<br>required: **false**<br><p>The ARN of an IAM role that provides Neptune access to SageMaker and Amazon S3 resources. This must be listed in your DB cluster parameter group or an error will occur.</p><br>
    /// - On success, responds with [`ListMlDataProcessingJobsOutput`](crate::operation::list_ml_data_processing_jobs::ListMlDataProcessingJobsOutput) with field(s):
    ///   - [`ids(Option<Vec::<String>>)`](crate::operation::list_ml_data_processing_jobs::ListMlDataProcessingJobsOutput::ids): <p>A page listing data processing job IDs.</p>
    /// - On failure, responds with [`SdkError<ListMLDataProcessingJobsError>`](crate::operation::list_ml_data_processing_jobs::ListMLDataProcessingJobsError)
    pub fn list_ml_data_processing_jobs(&self) -> crate::operation::list_ml_data_processing_jobs::builders::ListMLDataProcessingJobsFluentBuilder {
        crate::operation::list_ml_data_processing_jobs::builders::ListMLDataProcessingJobsFluentBuilder::new(self.handle.clone())
    }
}