class Aws::Personalize::Types::DatasetImportJob

Describes a job that imports training data from a data source (Amazon S3 bucket) to an Amazon Personalize dataset. For more information, see CreateDatasetImportJob.

A dataset import job can be in one of the following states:

^

@!attribute [rw] job_name

The name of the import job.
@return [String]

@!attribute [rw] dataset_import_job_arn

The ARN of the dataset import job.
@return [String]

@!attribute [rw] dataset_arn

The Amazon Resource Name (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]

@!attribute [rw] status

The status of the dataset import job.

A dataset import job can be in one of the following states:

* CREATE PENDING > CREATE IN\_PROGRESS > ACTIVE -or- CREATE
  FAILED

^
@return [String]

@!attribute [rw] creation_date_time

The creation date and time (in Unix time) of the dataset import job.
@return [Time]

@!attribute [rw] last_updated_date_time

The date and time (in Unix time) the dataset was last updated.
@return [Time]

@!attribute [rw] failure_reason

If a dataset import job fails, provides the reason why.
@return [String]

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

Constants

SENSITIVE