[ ABORT TO HUD ]
SEQ. 1
SEQ. 2
Vertex AI Pipelines
🔄 Vertex AI MLOps 15m 300 BASE XP
Automating the ML Lifecycle
Training a model in a notebook is easy. Deploying and maintaining it in production requires MLOps. Vertex AI Pipelines allows you to orchestrate ML workflows.
A pipeline might look like this:
- Extract data from BigQuery
- Preprocess and normalize data
- Train a custom model
- Evaluate model accuracy against a baseline
- If accuracy improves, deploy to a Vertex Endpoint
Pipelines are serverless and defined using the Kubeflow Pipelines (KFP) SDK.
SYNAPSE VERIFICATION
QUERY 1 // 1
What is the purpose of Vertex AI Pipelines?
To write SQL queries
To orchestrate and automate the full machine learning lifecycle (MLOps)
To build user interfaces
To serve web traffic