aws.personalize.list_dataset_export_jobs
Example SQL Queries
SELECT * FROMaws.personalize.list_dataset_export_jobs;Description
Returns a list of dataset export jobs that use the given dataset. When a dataset is not specified, all the dataset export jobs associated with the account are listed. The response provides the properties for each dataset export job, including the Amazon Resource Name (ARN). For more information on dataset export jobs, see CreateDatasetExportJob. 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 export 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 export job was created. | TIMESTAMP_S |
| dataset_export_job_arn The Amazon Resource Name (ARN) of the dataset export job. | VARCHAR |
| failure_reason If a dataset export job fails, the reason behind the failure. | VARCHAR |
| job_name The name of the dataset export job. | VARCHAR |
| last_updated_date_time The date and time (in Unix time) that the dataset export job status was last updated. | TIMESTAMP_S |
| status The status of the dataset export job. A dataset export job can be in one of the following states:
| VARCHAR |