aws.personalize.list_metric_attributions
Example SQL Queries
SELECT * FROMaws.personalize.list_metric_attributions;Description
Lists metric attributions.
Table Definition
| Column Name | Column Data Type |
|---|---|
| dataset_group_arn Input Column The metric attributions' dataset group Amazon Resource Name (ARN). | 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 metric attribution's creation date time. | TIMESTAMP_S |
| failure_reason The metric attribution's failure reason. | VARCHAR |
| last_updated_date_time The metric attribution's last updated date time. | TIMESTAMP_S |
| metric_attribution_arn The metric attribution's Amazon Resource Name (ARN). | VARCHAR |
| name The name of the metric attribution. | VARCHAR |
| status The metric attribution's status. | VARCHAR |