class Aws::ForecastService::Types::DatasetImportJobSummary
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`.
@!attribute [rw] dataset_import_job_arn
The Amazon Resource Name (ARN) of the dataset import job. @return [String]
@!attribute [rw] dataset_import_job_name
The name of the dataset import job. @return [String]
@!attribute [rw] data_source
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. @return [Types::DataSource]
@!attribute [rw] status
The status of the dataset import job. States include: * `ACTIVE` * `CREATE_PENDING`, `CREATE_IN_PROGRESS`, `CREATE_FAILED` * `DELETE_PENDING`, `DELETE_IN_PROGRESS`, `DELETE_FAILED` * `CREATE_STOPPING`, `CREATE_STOPPED` @return [String]
@!attribute [rw] message
If an error occurred, an informational message about the error. @return [String]
@!attribute [rw] creation_time
When the dataset import job was created. @return [Time]
@!attribute [rw] last_modification_time
The last time the resource was modified. The timestamp depends on the status of the job: * `CREATE_PENDING` - The `CreationTime`. * `CREATE_IN_PROGRESS` - The current timestamp. * `CREATE_STOPPING` - The current timestamp. * `CREATE_STOPPED` - When the job stopped. * `ACTIVE` or `CREATE_FAILED` - When the job finished or failed. @return [Time]
@see docs.aws.amazon.com/goto/WebAPI/forecast-2018-06-26/DatasetImportJobSummary AWS API Documentation
Constants
- SENSITIVE