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

Class: Aws::ForecastService::Types::DatasetImportJobSummary

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

Overview

Provides a summary of the dataset import job properties used in the ListDatasetImportJobs operation. To get the complete set of properties, call the DescribeDatasetImportJob operation, and provide the DatasetImportJobArn.

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

When the dataset import job was created.

Returns:

  • (Time)

    When the dataset import job was created.

#data_sourceTypes::DataSource

The location of the training data to import and an AWS Identity and Access Management (IAM) role that Amazon Forecast can assume to access the data. The training data must be stored in an Amazon S3 bucket.

If encryption is used, DataSource includes an AWS Key Management Service (KMS) key.

Returns:

  • (Types::DataSource)

    The location of the training data to import and an AWS Identity and Access Management (IAM) role that Amazon Forecast can assume to access the data.

#dataset_import_job_arnString

The Amazon Resource Name (ARN) of the dataset import job.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the dataset import job.

#dataset_import_job_nameString

The name of the dataset import job.

Returns:

  • (String)

    The name of the dataset import job.

#last_modification_timeTime

The last time that the dataset was modified. The time depends on the status of the job, as follows:

  • CREATE_PENDING - The same time as CreationTime.

  • CREATE_IN_PROGRESS - The current timestamp.

  • ACTIVE or CREATE_FAILED - When the job finished or failed.

Returns:

  • (Time)

    The last time that the dataset was modified.

#messageString

If an error occurred, an informational message about the error.

Returns:

  • (String)

    If an error occurred, an informational message about the error.

#statusString

The status of the dataset import job. The status is reflected in the status of the dataset. For example, when the import job status is CREATE_IN_PROGRESS, the status of the dataset is UPDATE_IN_PROGRESS. States include:

  • ACTIVE

  • CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED

  • DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED

Returns:

  • (String)

    The status of the dataset import job.