You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Personalize::Types::CreateDatasetImportJobRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing CreateDatasetImportJobRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#data_sourceTypes::DataSource

The Amazon S3 bucket that contains the training data to import.

Returns:

  • (Types::DataSource)

    The Amazon S3 bucket that contains the training data to import.

#dataset_arnString

The ARN of the dataset that receives the imported data.

Returns:

  • (String)

    The ARN of the dataset that receives the imported data.

#job_nameString

The name for the dataset import job.

Returns:

  • (String)

    The name for the dataset import job.

#role_arnString

The ARN of the IAM role that has permissions to read from the Amazon S3 data source.

Returns:

  • (String)

    The ARN of the IAM role that has permissions to read from the Amazon S3 data source.