aws.personalize.list_dataset_groups
Example SQL Queries
SELECT * FROMaws.personalize.list_dataset_groups;Description
Returns a list of dataset groups. The response provides the properties for each dataset group, including the Amazon Resource Name (ARN). For more information on dataset groups, see CreateDatasetGroup.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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 group was created. | TIMESTAMP_S |
| dataset_group_arn The Amazon Resource Name (ARN) of the dataset group. | VARCHAR |
| domain The domain of a Domain dataset group. | VARCHAR |
| failure_reason If creating a dataset group fails, the reason behind the failure. | VARCHAR |
| last_updated_date_time The date and time (in Unix time) that the dataset group was last updated. | TIMESTAMP_S |
| name The name of the dataset group. | VARCHAR |
| status The status of the dataset group. A dataset group can be in one of the following states:
| VARCHAR |