aws.personalize.list_dataset_import_jobs
Example SQL Queries
SELECT * FROMaws.personalize.list_dataset_import_jobs;Description
Returns a list of dataset import jobs that use the given dataset. When a dataset is not specified, all the dataset import jobs associated with the account are listed. The response provides the properties for each dataset import job, including the Amazon Resource Name (ARN). For more information on dataset import jobs, see CreateDatasetImportJob. For more information on datasets, see CreateDataset.
Table Definition
| Column Name | Column Data Type |
|---|---|
| dataset_arn Input Column The Amazon Resource Name (ARN) of the dataset to list the dataset import jobs for. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| creation_date_time The date and time (in Unix time) that the dataset import job was created. | TIMESTAMP_S |
| dataset_import_job_arn The Amazon Resource Name (ARN) of the dataset import job. | VARCHAR |
| failure_reason If a dataset import job fails, the reason behind the failure. | VARCHAR |
| import_mode The import mode the dataset import job used to update the data in the dataset. For more information see Updating existing bulk data. | VARCHAR |
| job_name The name of the dataset import job. | VARCHAR |
| last_updated_date_time The date and time (in Unix time) that the dataset import job status was last updated. | TIMESTAMP_S |
| status The status of the dataset import job. A dataset import job can be in one of the following states:
| VARCHAR |