Home › GCP ML Engineer › cloudcomputing › mleops › Which GCP service should an ML Engineer use to s…
Which GCP service should an ML Engineer use to schedule recurring ML pipeline runs (e.g. retrain every Sunday night) — referenced in PMLE §5.2 + §5.1?
ACloud DNS
BCloud Memorystore
CVertex AI Pipelines schedules (or Cloud Scheduler triggering a pipeline run via Cloud Workflows)
DManual cron on a developer laptop
Answer & Solution
Correct answer: C. Vertex AI Pipelines schedules (or Cloud Scheduler triggering a pipeline run via Cloud Workflows)
Vertex AI Pipelines schedules / Cloud Scheduler is the recurring-job pattern (per PMLE §5.2). The others don't scale.
Related questions
Which Vertex AI capability should an ML Engineer use to evaluate a GENERATIVE-AI solution Which CI/CD pattern should an ML Engineer adopt for automated MODEL RETRAINING when new daWhich 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