A deep dive into the Gen AI domain — significantly expanded in the PMLE 2026-06 refresh — through the lens of Vertex AI-based implementation patterns. Covers Gemini model selection, RAG (Retrieval-Augmented Generation), Vertex AI Agent Builder, Fine-tuning, and Responsible AI.
| Model | Context | Primary use | Cost |
|---|---|---|---|
| Gemini Flash | 1M tokens | Low-latency chat, summarization | ★ Cheapest |
| Gemini Pro | 2M tokens | RAG, code generation, multimodal | ★★ Mid |
| Gemini Ultra | 2M tokens | Advanced reasoning, complex tasks | ★★★ High |
| Gemma (open) | 8k+ | On-prem / Edge deployment | Free OSS |
| Use case | Option | Characteristics |
|---|---|---|
| Vector DB | Vertex AI Vector Search | Managed, ANN (Tree-AH) |
| Vector DB | BigQuery VECTOR_SEARCH | Stays in SQL; reuses existing data |
| Vector DB | AlloyDB pgvector | Combined OLTP + vector |
| Orchestration | LangChain / LlamaIndex | Fast PoC, large community |
| Managed integration | Vertex AI Agent Builder | No-code, built-in Search |
| Method | Target | Use case |
|---|---|---|
| Supervised Tuning | Gemini Flash / Pro | Unify response style, lock formatting |
| RLHF | Custom Model | Alignment with human evaluation |
| Adapter / LoRA | OSS models | Lightweight, cost-efficient |
| RAG (alternative) | All | Easy to add and update knowledge |
What share of the PMLE exam is dedicated to Gen AI?
Roughly 25-35% in the 2026-06 refresh. Frequently tested areas include selecting from the Gemini family, RAG patterns, Vertex AI Agent Builder, and Responsible AI.
How do you choose between Gemini Pro, Flash, and Ultra?
Flash is low-latency and low-cost (chat, summarization), Pro is balanced (RAG, code generation), and Ultra (limited Enterprise availability) handles advanced reasoning. On the exam, pick based on cost, latency, and task complexity.
What is the standard RAG implementation pattern?
Documents → Embedding (Vertex AI textembedding-gecko) → Vertex AI Vector Search → Gemini Pro generation. LangChain or LlamaIndex integrations are also standard.
What can you build with Vertex AI Agent Builder?
Build conversational agents and tool-using agents without code. It is the successor to Dialogflow CX and features integrated Search/RAG plus function calling.
Should you choose Fine-tuning or RAG?
Adding knowledge → RAG. Locking down response style/format → Fine-tuning. RAG often wins on cost, speed, and ease of updates.
What are the Responsible AI checkpoints?
Configure safety filters (Harassment / Hate Speech / Sexually Explicit / Dangerous Content), review the Model Card, surface reasoning with Explainable AI, and record data provenance.
How is token pricing calculated?
Input tokens × unit price + output tokens × unit price. Gemini Flash is cheapest, Pro is mid-range, Ultra is the most expensive. Compressing long prompts with RAG yields significant cost savings.
Is it worth holding both PMLE and PDE?
Yes. PDE covers the foundation (BigQuery + Embeddings + Vector Search), and PMLE covers Vertex AI + Gemini for generative AI engagements end-to-end. This combination is key for Gen AI projects.
Related: PMLE / Gen AI
Generative AI Leader (GAIL) 完全ガイド|Google Cloud 生成 AI 認定 (2025 年 5 月リリース新試験)
Google Cloud Generative AI Leader (GAIL、2025-05-14 リリース) の完全ガイド。4 ドメイン (生成 AI 基礎 30% / GCP 提供サービス 35% / モデル出力改善 20% / ビジネス戦略 15%)、Gemini ファミリー、Vertex AI Agent Builder、RAG、ビジネス導入観点を日本語で網羅。
Vertex AI 入門|Google Cloud 統合 ML プラットフォームの全機能 (GAIL/PMLE/PCD 必須知識)
Google Cloud Vertex AI の入門解説。Vertex AI Studio / Agent Builder / Model Garden / Search / Pipelines / Training の全機能、Gemini モデルファミリー (Pro/Flash/Ultra)、Azure OpenAI との比較、料金体系、Responsible AI 機能を日本語で整理。
GCP Professional Machine Learning Engineer (PMLE) 完全ガイド|Vertex AI・Gemini・MLOps
Google Cloud Professional ML Engineer の 2026-06 新版試験範囲、Vertex AI / Gemini / RAG / Model Garden、AWS MLA・Azure AI-102 比較、学習ロードマップを詳解。
Vertex AI Agent Builder 完全ガイド|Conversational Agents・Vertex AI Search・Tool Use (GCP)
Google Cloud Vertex AI Agent Builder の全機能解説。Conversational Agents (Dialogflow CX 後継)、Vertex AI Search、Tool Use、Grounding、Playbook、料金、ChatGPT GPTs / Copilot Studio 比較を網羅。
* Google Cloud, Vertex AI, and Gemini are trademarks of Google LLC. For the latest information, see the official Vertex AI docs.
Practice with certification-focused question sets
Visit the GCP exam prep pageNicheeLab Editorial Team
NicheeLab editorial team focused on data engineering and cloud certification learning. Content is structured around practical study needs and official exam domains.
Google Cloud Certification Roadmap (2026)
Choose your GCP certification path — Foundational, Associate...
CDL Cloud Digital Leader: Complete Exam Guide (2026)
Pass the Cloud Digital Leader exam — cloud business value, G...
GAIL Generative AI Leader: Complete Exam Guide (2026)
Pass the Generative AI Leader exam — Gemini, Vertex AI, Work...
Vertex AI Fundamentals for GCP Certs (2026)
Vertex AI basics every cert candidate needs — Workbench, Pip...
Associate Cloud Engineer (ACE): Complete Guide (2026)
Pass the Associate Cloud Engineer exam — Console, gcloud, pr...