Practice free →
HomeGCP ML Engineercloudcomputingmleprototyping › Which GCP capability lets an ML Engineer train r…

Which GCP capability lets an ML Engineer train regression / classification / time-series / matrix-factorization / boosted-tree / autoencoder models using SQL directly inside BigQuery — referenced in PMLE §1.1?

AManually exporting CSV + scikit-learn on a laptop
BBigQuery ML (CREATE MODEL ... OPTIONS(...) AS ...)
CCloud Memorystore
DCloud DNS
Answer & Solution
Correct answer: B. BigQuery ML (CREATE MODEL ... OPTIONS(...) AS ...)
BigQuery ML is GCP's SQL-based in-DB model training (per PMLE §1.1). The other options aren't in-DB ML.
Solve this in the app — GCP ML Engineer practice & 24k+ MCQs →
Related questions