Hi, has anyone used tags in Metaflow’s Metadata Re...
# ask-metaflow
c
Hi, has anyone used tags in Metaflow’s Metadata Registry to trigger events like Sagemaker endpoint generation? For example, if you wanted to use metaflow’s metadata registry as a source of truth for a scoring service.
1
v
yep, that's a great pattern as it allows you to maintain lineage all the way from real-time predictions served by Sagemaker back to data that was used to train the model, leveraging Metaflow's metadata
thankyou 1
instead of deploying every new model unconditionally, you can have a human in the loop to validate each model manually (e.g. by running a bunch of tests and analyzing results) and then promote to production via a tag, as outlined here