Struct aws_sdk_personalize::input::create_dataset_import_job_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for CreateDatasetImportJobInput
Implementations
The name for the dataset import job.
The ARN of the dataset that receives the imported data.
The ARN of the dataset that receives the imported data.
The Amazon S3 bucket that contains the training data to import.
The Amazon S3 bucket that contains the training data to import.
The ARN of the IAM role that has permissions to read from the Amazon S3 data source.
The ARN of the IAM role that has permissions to read from the Amazon S3 data source.
Consumes the builder and constructs a CreateDatasetImportJobInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
