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

Class: Aws::Personalize::Types::DatasetImportJob

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

Overview

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:

  • CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date_timeTime

The creation date and time (in Unix time) of the dataset import job.

Returns:

  • (Time)

    The creation date and time (in Unix time) of the dataset import job.

#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 Amazon Resource Name (ARN) of the dataset that receives the imported data.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the dataset that receives the imported data.

#dataset_import_job_arnString

The ARN of the dataset import job.

Returns:

  • (String)

    The ARN of the dataset import job.

#failure_reasonString

If a dataset import job fails, provides the reason why.

Returns:

  • (String)

    If a dataset import job fails, provides the reason why.

#job_nameString

The name of the import job.

Returns:

  • (String)

    The name of the import job.

#last_updated_date_timeTime

The date and time (in Unix time) the dataset was last updated.

Returns:

  • (Time)

    The date and time (in Unix time) the dataset was last updated.

#role_arnString

The ARN of the AWS Identity and Access Management (IAM) role that has permissions to read from the Amazon S3 data source.

Returns:

  • (String)

    The ARN of the AWS Identity and Access Management (IAM) role that has permissions to read from the Amazon S3 data source.

#statusString

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

^

Returns:

  • (String)

    The status of the dataset import job.