
Ultimate access to all questions.
You aim to utilize BigQuery ML for constructing a machine learning model and establish a Vertex AI endpoint to manage streaming data in near-real time from various vendors, which might include invalid values. What is the optimal strategy to address this scenario?
A
Send vendor data to a Pub/Sub topic and use Dataflow to process and sanitize the data before streaming it to BigQuery.
B
Use BigQuery streaming inserts to load data from multiple vendors into a new BigQuery dataset. Configure your BigQuery ML model to use the ingestion dataset as the framing data
C
Send vendor data to a Pub/Sub topic and use a Cloud Function to process and store it in BigQuery
D
Use BigQuery streaming inserts to load data from multiple vendors into the same BigQuery dataset where your BigQuery ML model is deployed