Home › GCP ML Engineer › cloudcomputing › mleops › Which GCP service should an ML Engineer use to B…
Which GCP service should an ML Engineer use to BUILD container images for ML pipelines from source on every commit — referenced in PMLE §5.1?
AManual `docker build` on a developer laptop and `docker push` by hand
BCloud Memorystore
CCloud DNS
DCloud Build (with GitHub / Cloud Source Repositories triggers)
Answer & Solution
Correct answer: D. Cloud Build (with GitHub / Cloud Source Repositories triggers)
Cloud Build is GCP's CI/build service (per PMLE §5.1, §5.2). The other options aren't CI.
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 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 be