Practice free →
HomeGCP ML Engineercloudcomputingmleops › 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.
Solve this in the app — GCP ML Engineer practice & 24k+ MCQs →
Related questions