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

Class: Aws::ForecastService::Types::DescribeDatasetImportJobResponse

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

Overview

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_sizeFloat

The size of the dataset in gigabytes (GB) after the import job has finished.

Returns:

  • (Float)

    The size of the dataset in gigabytes (GB) after the import job has finished.

#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.

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_arnString

The Amazon Resource Name (ARN) of the dataset that the training data was imported to.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the dataset that the training data was imported to.

#dataset_import_job_arnString

The ARN of the dataset import job.

Returns:

  • (String)

    The 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.

#field_statisticsHash<String,Types::Statistics>

Statistical information about each field in the input data.

Returns:

  • (Hash<String,Types::Statistics>)

    Statistical information about each field in the input data.

#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.

#timestamp_formatString

The format of timestamps in the dataset. The format that you specify depends on the DataFrequency specified when the dataset was created. The following formats are supported

  • \"yyyy-MM-dd\"

    For the following data frequencies: Y, M, W, and D

  • \"yyyy-MM-dd HH:mm:ss\"

    For the following data frequencies: H, 30min, 15min, and 1min; and optionally, for: Y, M, W, and D

Returns:

  • (String)

    The format of timestamps in the dataset.