Struct aws_sdk_personalize::input::CreateDatasetImportJobInput [−][src]
#[non_exhaustive]pub struct CreateDatasetImportJobInput {
pub job_name: Option<String>,
pub dataset_arn: Option<String>,
pub data_source: Option<DataSource>,
pub role_arn: Option<String>,
}Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.job_name: Option<String>The name for the dataset import job.
dataset_arn: Option<String>The ARN of the dataset that receives the imported data.
data_source: Option<DataSource>The Amazon S3 bucket that contains the training data to import.
role_arn: Option<String>The ARN of the IAM role that has permissions to read from the Amazon S3 data source.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateDatasetImportJob, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateDatasetImportJob, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<CreateDatasetImportJob>
Creates a new builder-style object to manufacture CreateDatasetImportJobInput
The ARN of the dataset that receives the imported data.
The Amazon S3 bucket that contains the training data to import.
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for CreateDatasetImportJobInput
impl Send for CreateDatasetImportJobInput
impl Sync for CreateDatasetImportJobInput
impl Unpin for CreateDatasetImportJobInput
impl UnwindSafe for CreateDatasetImportJobInput
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
