Deleting an Amazon Personalize metric attribution
If you no longer want to generate reports, you can delete a metric attribution. Deleting a metric attribution deletes all of its metrics and output configuration.
If you delete a metric attribution, Amazon Personalize stops automatically sending reports related to PutEvents and incremental bulk data to CloudWatch. Data already sent to CloudWatch or published to Amazon S3 is not affected. You can delete a metric attribution with the Amazon Personalize console, AWS Command Line Interface, or AWS SDKS.
Topics
Deleting a metric attribution (console)
You delete a metric attribution on the overview page for your metric attribution.
To delete a metric attribution
-
Open the Amazon Personalize console at https://console.aws.amazon.com/personalize/home
and sign into your account. -
Choose your dataset group.
-
In the navigation pane, choose Metric attribution.
-
Choose Delete and then confirm the deletion.
Deleting a metric attribution (AWS CLI)
To delete a metric attribution with the AWS CLI, use the delete-metric-attribution
command as follows.
aws personalize delete-metric-attribution --metric-attribution-arn
metric attribution ARN
Deleting a metric attribution (AWS SDKs)
The following code shows how to delete a metric attribution with the SDK for Python (Boto3):