Home › GCP ML Engineer › cloudcomputing › mleops › Which CI/CD pattern should an ML Engineer adopt …
Which CI/CD pattern should an ML Engineer adopt for automated MODEL RETRAINING when new data arrives — referenced in PMLE §5.2?
ACloud Memorystore
BCloud DNS
CManually retraining whenever someone remembers
DTrigger a Vertex AI Pipeline on a schedule or on a Pub/Sub event (e.g. new data landing in Cloud Storage) — with Cloud Build automating image builds
Answer & Solution
Correct answer: D. Trigger a Vertex AI Pipeline on a schedule or on a Pub/Sub event (e.g. new data landing in Cloud Storage) — with Cloud Build automating image builds
Pipeline triggers + Cloud Build is the canonical ML CI/CD pattern (per PMLE §5.2). The others aren't automation.
Related questions
Which GCP service should an ML Engineer use to schedule recurring ML pipeline runs (e.g. rWhich Vertex AI capability should an ML Engineer use to evaluate a GENERATIVE-AI solution Which GCP service should an ML Engineer use to DEPLOY a fine-tuned LLM as a serverless conWhich Responsible AI consideration should an ML Engineer evaluate BEFORE deploying a hirinWhich Vertex AI Model Monitoring signal should an ML Engineer track to detect when INPUT FWhich Vertex AI capability should an ML Engineer use to PRODUCE feature-level explanationsWhich Vertex AI service should an ML Engineer use to MONITOR a deployed model for drift beWhich Vertex AI service should an ML Engineer use to TRACK lineage of ML artifacts across