aws.personalize.describe_dataset_group
Example SQL Queries
SELECT * FROMaws.personalize.describe_dataset_groupWHERE"dataset_group_arn" = 'VALUE';Description
Describes the given dataset group. For more information on dataset groups, see CreateDatasetGroup.
Table Definition
| Column Name | Column Data Type |
|---|---|
| dataset_group_arn Required Input Column The Amazon Resource Name (ARN) of the dataset group to describe. | 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 |
| dataset_group A listing of the dataset group's properties. | STRUCT( |
Show child fields
| |