Home › GCP ML Engineer › cloudcomputing › mleserving › Which Vertex AI capability should an ML Engineer…
Which Vertex AI capability should an ML Engineer use to run a HIGH-VOLUME inference job over a finished dataset — not real-time — referenced in PMLE §4.1?
ACloud DNS
BCloud Memorystore
COnline endpoint scaled to one instance
DVertex AI batch prediction
Answer & Solution
Correct answer: D. Vertex AI batch prediction
Vertex AI batch prediction is the offline-inference path (per PMLE §4.1). Online endpoints are for low-latency requests; the others aren't inference.
Related questions
Which GCP service should an ML Engineer use to serve a model directly inside BigQuery as aWhich Vertex AI capability should an ML Engineer use to serve XGBoost / LightGBM / scikit-Which GCP-compatible streaming runtime should an ML Engineer use to MAKE PREDICTIONS over Which Vertex AI feature should an ML Engineer use to deploy a CUSTOM container that wraps Which Vertex AI deployment option should an ML Engineer choose for a HIGH-THROUGHPUT onlinWhich ML model-optimisation technique should an ML Engineer use to REDUCE inference latencWhich Vertex AI Feature Store capability should an ML Engineer use to FETCH a feature vectWhich Vertex AI endpoint type should an ML Engineer recommend to keep model traffic INSIDE