15 Vertex Ai Pipelines

Chapter 15: Vertex AI Pipelines🔗

Vertex AI Pipelines is covered extensively in Chapter 21: GCP & Vertex AI Deep Dive (sections 21.5–21.6).

Key points:
- Vertex AI Pipelines = managed Kubeflow Pipelines on GCP
- Same KFP SDK code runs locally or on Vertex AI with minimal changes
- Supports caching, scheduling, lineage tracking
- Native integration with BigQuery, GCS, Vertex AI Training and Endpoints

See Chapter 14 for KFP SDK, and Chapter 21 for GCP-specific setup.