Your team must build a daily batch workflow that cleanses raw sensor files in Cloud Storage with Dataflow, enriches each record with predictions from an existing AutoML classification model, and then loads the results into BigQuery for analytics. The solution must provide pipeline versioning, lineage and execution metadata, allow data scientists to add new transformation or training steps declaratively, and avoid writing custom scheduling or dependency code. Which design best meets these goals?
Implement a Vertex AI Pipeline where a custom container component launches the Dataflow cleansing job, followed by a built-in BatchPredictionJob component and a BigQuery SQL load component.
Combine all cleansing, prediction, and loading logic inside a single Dataflow pipeline that calls the AutoML model from a user-defined function and writes directly to BigQuery.
Build an Apache Airflow DAG in Cloud Composer that triggers a Dataflow job, calls the AutoML prediction API with Python operators, and then loads data into BigQuery.
Use Workflows to chain Cloud Functions that invoke the Dataflow Flex Template, call the AutoML model via REST, and insert the enriched records into BigQuery.
Vertex AI Pipelines natively manages end-to-end ML workflows and automatically records pipeline definitions, run metadata, and lineage in Vertex ML Metadata. You can express the workflow as a series of containerized components: one component invokes the Dataflow cleansing job (for example, with DataflowPythonJobOp), a built-in BatchPredictionJob component performs batch predictions with the AutoML model, and a final component runs a BigQuery SQL load job. The pipeline can be versioned and parameterized through infrastructure-as-code, and Vertex AI handles execution order and retries without custom scheduling logic.
Cloud Composer (Airflow) and Workflows can orchestrate the steps, but they lack integrated ML metadata tracking and require more code to manage dependencies. Embedding all cleansing, prediction, and loading logic in a single Dataflow pipeline does capture some transformation lineage for BigQuery, yet it offers no ML-specific metadata, makes the workflow hard to extend modularly, and ties all stages to one job. Therefore, implementing the workflow as a Vertex AI Pipeline with separate components is the most suitable approach.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What is Vertex AI Pipeline, and how does it help with ML workflow orchestration?
Open an interactive chat with Bash
How does Vertex ML Metadata enhance data scientist workflows?
Open an interactive chat with Bash
Why are Cloud Composer and Workflows not ideal alternatives to Vertex AI Pipelines in this context?
Open an interactive chat with Bash
What is Vertex AI Pipeline and why is it suitable for ML workflow management?
Open an interactive chat with Bash
Why does the Vertex AI Pipeline approach avoid the need for custom scheduling or dependency code?
Open an interactive chat with Bash
How does Vertex AI Pipeline handle lineage and metadata tracking compared to alternatives like Cloud Composer?
Open an interactive chat with Bash
GCP Professional Data Engineer
Ingesting and processing the data
Your Score:
Report Issue
Bash, the Crucial Exams Chat Bot
AI Bot
Loading...
Loading...
Loading...
Pass with Confidence.
IT & Cybersecurity Package
You have hit the limits of our free tier, become a Premium Member today for unlimited access.
Military, Healthcare worker, Gov. employee or Teacher? See if you qualify for a Community Discount.
Monthly
$19.99 $11.99
$11.99/mo
Billed monthly, Cancel any time.
$19.99 after promotion ends
3 Month Pass
$44.99 $26.99
$8.99/mo
One time purchase of $26.99, Does not auto-renew.
$44.99 after promotion ends
Save $18!
MOST POPULAR
Annual Pass
$119.99 $71.99
$5.99/mo
One time purchase of $71.99, Does not auto-renew.
$119.99 after promotion ends
Save $48!
BEST DEAL
Lifetime Pass
$189.99 $113.99
One time purchase, Good for life.
Save $76!
What You Get
All IT & Cybersecurity Package plans include the following perks and exams .