Home › GCP ML Engineer › cloudcomputing › mleprototyping › 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.
Related questions
Which industry-specific Google Cloud ML API should an ML Engineer use to extract structureWhich Google Cloud feature should an ML Engineer use to leverage Apache Spark in a JupyterWhich Vertex AI service should an ML Engineer use to MANAGE labelled datasets (image / texWhich Vertex AI capability should an ML Engineer use to handle PII / PHI during data preprWhich Vertex AI capability should an ML Engineer use to track + compare experiment runs (hWhich Google Cloud service provides COLAB notebooks with enterprise IAM + VPC controls + pWhich Vertex AI service provides managed Jupyter notebooks with GCP integration + idle-shuWhich Vertex AI feature stores precomputed features in a centralised online + offline stor