class Aws::Personalize::Types::CreateDatasetImportJobRequest

@note When making an API call, you may pass CreateDatasetImportJobRequest

data as a hash:

    {
      job_name: "Name", # required
      dataset_arn: "Arn", # required
      data_source: { # required
        data_location: "S3Location",
      },
      role_arn: "RoleArn", # required
    }

@!attribute [rw] job_name

The name for the dataset import job.
@return [String]

@!attribute [rw] dataset_arn

The ARN of the dataset that receives the imported data.
@return [String]

@!attribute [rw] data_source

The Amazon S3 bucket that contains the training data to import.
@return [Types::DataSource]

@!attribute [rw] role_arn

The ARN of the IAM role that has permissions to read from the Amazon
S3 data source.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/personalize-2018-05-22/CreateDatasetImportJobRequest AWS API Documentation

Constants

SENSITIVE