Practice free →
HomeGCP ML Engineercloudcomputingmleserving › Which GCP service should an ML Engineer use to s…

Which GCP service should an ML Engineer use to serve a model directly inside BigQuery as a SQL function — for analyst-driven batch scoring with no separate endpoint?

ABigQuery ML's ML.PREDICT (or a remote model pointing to a Vertex AI endpoint)
BCloud Memorystore
CCloud DNS
DManually exporting BQ data to CSV + scoring on a laptop
Answer & Solution
Correct answer: A. BigQuery ML's ML.PREDICT (or a remote model pointing to a Vertex AI endpoint)
BigQuery ML ML.PREDICT scores within BQ (per PMLE §4.1). The other options aren't in-DB scoring.
Solve this in the app — GCP ML Engineer practice & 24k+ MCQs →
Related questions