aws.personalize.list_datasets
Example SQL Queries
SELECT * FROMaws.personalize.list_datasets;Description
Returns the list of datasets contained in the given dataset group. The response provides the properties for each dataset, including the Amazon Resource Name (ARN). For more information on datasets, see CreateDataset.
Table Definition
| Column Name | Column Data Type |
|---|---|
| dataset_group_arn Input Column The Amazon Resource Name (ARN) of the dataset group that contains the datasets to list. | 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 was created. | TIMESTAMP_S |
| dataset_arn The Amazon Resource Name (ARN) of the dataset. | VARCHAR |
| dataset_type The dataset type. One of the following values:
| VARCHAR |
| last_updated_date_time The date and time (in Unix time) that the dataset was last updated. | TIMESTAMP_S |
| name The name of the dataset. | VARCHAR |
| status The status of the dataset. A dataset can be in one of the following states:
| VARCHAR |