aws.personalize.list_metric_attribution_metrics
Example SQL Queries
SELECT * FROMaws.personalize.list_metric_attribution_metrics;Description
Lists the metrics for the metric attribution.
Table Definition
| Column Name | Column Data Type |
|---|---|
| metric_attribution_arn Input Column The Amazon Resource Name (ARN) of the metric attribution to retrieve attributes 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 |
| event_type The metric's event type. | VARCHAR |
| expression The attribute's expression. Available functions are SUM() or SAMPLECOUNT(). For SUM() functions, provide the dataset type (either Interactions or Items) and column to sum as a parameter. For example SUM(Items.PRICE). | VARCHAR |
| metric_name The metric's name. The name helps you identify the metric in Amazon CloudWatch or Amazon S3. | VARCHAR |