Hi all,
I’m building a full end-to-end MLOps pipeline on Vertex AI, including data preprocessing, training, deployment, and model drift monitoring in production.
Specifically, I’m trying to implement:
- Continuous feature and data versioning (e.g. via Feature Store + Git/Dataflow);
- CI/CD with Vertex AI Pipelines triggering on updated data or retraining needs;
- Drift detection and alerting around input feature distributions and performance metrics;
- Automated retraining workflows (if drift threshold exceeded).
What best practices or example architectures exist using Vertex AI to cover this? Do official templates include drift monitoring? Would love to see insights from real implementations!
Thanks in advance ![]()