3.4 Gemini, the Agent Platform, and the AI Hypercomputer

Key Takeaways

  • The Gemini Enterprise Agent Platform is the current name for the unified platform previously called Vertex AI, covering model access, tuning, custom model building, deployment, and agent construction.
  • Agent Studio builds agents on the Agent Platform, and AutoML on Agent Platform still trains custom models from your own labelled data without ML coding.
  • Gemini is Google's family of foundation models and is now the answer to general language, reasoning, multimodal, and generative use cases that older material would have routed to the Natural Language API.
  • The AI Hypercomputer is an integrated system of three parts: AI-optimised hardware (TPUs and GPUs), industry-leading software built on open standards, and flexible consumption models.
  • Flexible consumption is a named business benefit: Spot VMs for interruptible work, Dynamic Workload Scheduler for jobs with a flexible start, and committed-use discounts for predictable baselines.
Last updated: August 2026

Version Note and How This Maps to Section 6

Everything here belongs to the exam guide effective August 12, 2026. Sections 6.1 to 6.3 of this guide teach the current-exam view of Domain 3 - Vertex AI, the five pre-trained APIs, AutoML, BigQuery ML, TensorFlow, and Cloud TPU. Most of that material is still correct engineering; what changed is the naming and the centre of gravity. This section is the translation layer plus the genuinely new material.

Current-exam conceptUpdated-exam concept
Vertex AIGemini Enterprise Agent Platform (commonly "Agent Platform")
Custom model training on Vertex AICustom models on Agent Platform, plus Agent Studio for agents
AutoMLAutoML on Agent Platform
Natural Language API for text tasksGemini for general language and reasoning; the specialised APIs remain for narrow tasks
TensorFlow and Cloud TPU as named itemsAI Hypercomputer (TPUs and GPUs, software, consumption models)
BigQuery MLBigQuery ML — unchanged, still in scope

The Gemini Enterprise Agent Platform

The Agent Platform is Google Cloud's unified platform for machine learning models, generative AI, and agent building. It is one product covering what used to be described as several: access to Google's foundation models, tuning them on your data, training fully custom models, deploying and monitoring them, and assembling agents that call tools.

What a digital leader needs to be able to say about it:

  • One platform, three altitudes of effort. Call a model as-is; adapt a model with your data; or build a custom model. The effort-versus-differentiation tradeoff taught in Section 6.2 is unchanged - only the product name moved.
  • Agents are first-class. The platform is not only for producing predictions; it is for building systems that plan and act. That is the substantive shift, not just branding.
  • MLOps is included. Experiment tracking, model registry, deployment endpoints, and monitoring for drift are part of the platform, which is the argument against stitching together bespoke pipelines.

Agent Studio

Agent Studio is the environment on the Agent Platform for building agents. The business framing the exam wants: an organization uses Agent Studio when it wants a system that takes action within its own systems and data - answering from its own knowledge, calling its own APIs, following its own policies - rather than a generic assistant. Agents built there combine deterministic logic, where behaviour must be guaranteed, with generative reasoning, where flexibility is the point.

AutoML on Agent Platform

AutoML has not gone away. It remains the answer for the same scenario it always was: an organization has its own labelled data and wants a custom model, but has no ML engineers. AutoML handles feature engineering, model selection, and tuning. If an exam scenario says "we have 200,000 labelled images of our own products and no data scientists," AutoML is still the answer - just name it as AutoML on Agent Platform.

Matching Models and APIs to Use Cases

The updated guide asks you to match "the Google Cloud pre-trained API and foundation model to various business use cases," and it names Agent Platform API, Vision API, Cloud Translation API, Speech-to-Text API, and Gemini.

NeedAnswer
Read text out of a scanned document or classify an imageVision API
Translate text between languages at scaleCloud Translation API
Transcribe audio to textSpeech-to-Text API
Summarise, reason over, draft, or answer from mixed text, image, and audio inputGemini
Build and serve a custom or tuned model, or an agentAgent Platform (and its API)
Train a model in SQL on data already in the warehouseBigQuery ML

The change worth internalising: older material routes every text task to the Natural Language API. Today, sentiment, classification, summarisation, and extraction are general-purpose Gemini work, and the narrow APIs are for the narrow jobs - Vision for pixels, Speech-to-Text for audio, Translation for language pairs. If a scenario describes reasoning across a document rather than extracting one specific signal from it, the answer is Gemini.

The AI Hypercomputer

AI Hypercomputer is Google Cloud's name for an integrated system of AI-optimised hardware, software, and consumption models - the same infrastructure Google uses for its own AI research and serving. The exam asks you to recognise its core components and how organizations benefit, so learn it as three parts rather than as a product.

1. Hardware: TPUs and GPUs

  • Tensor Processing Units (TPUs) are Google's custom accelerators, purpose-built for the dense matrix arithmetic that dominates deep learning and designed to scale into large interconnected pods for very large training jobs.
  • GPUs — NVIDIA accelerators are offered alongside TPUs, because much of the ecosystem's code targets them.

The business value is not "faster chips" in the abstract. It is shorter iteration cycles: a training run that takes days instead of weeks means more experiments per quarter, which is the actual competitive variable.

2. Software Built on Open Standards

The stack includes the frameworks and compilers teams already use - PyTorch, JAX, TensorFlow, Kubernetes for orchestration - rather than a proprietary programming model. This connects directly to the openness differentiator from Section 2.4: code written against open frameworks moves, so adopting the hardware does not lock in the software.

3. Flexible Consumption Models

This is the part candidates skip and the exam explicitly names, because accelerator capacity is scarce and expensive, so how you buy it is a business decision:

ModelWhat it gives youBest for
On-demandCapacity now, list priceUnpredictable, urgent work
Spot VMsDeep discounts on interruptible capacityFault-tolerant batch training and fine-tuning that can checkpoint and resume
Dynamic Workload SchedulerSchedules all the accelerators a job needs simultaneously, for jobs that can flex their start time or reserve a future windowTraining and fine-tuning jobs that are not urgent to the hour but must not start half-provisioned
Committed-use discountsReduced rates for a one- or three-year commitmentA predictable baseline of steady AI workload

Dynamic Workload Scheduler is the one to understand rather than memorise. Large training jobs need many accelerators at the same time; getting half of them is worth nothing. The scheduler solves that all-or-nothing problem by queuing the request and starting the job only when the full set is available - and in exchange for accepting a flexible start, the customer gets better availability and better economics than paying on-demand for capacity that may not exist when they ask.

Responsible AI Still Applies

Nothing in the updated guide relaxes the responsible-AI expectations covered in Section 6.1. If anything, agents raise the stakes: a generative model that produces a wrong answer has misled someone, while an agent that acts on a wrong conclusion has changed the state of a real system. Explainability, human accountability for outcomes, and bounded permissions on what an agent may do are the controls the exam expects a digital leader to name.

Test Your Knowledge

A logistics company has 80,000 labelled photographs of its own pallet-damage categories and no machine learning engineers, and wants an automated inspection model. What should it use on the updated exam?

A
B
C
D
Test Your Knowledge

Which three parts make up Google Cloud's AI Hypercomputer?

A
B
C
D
Test Your Knowledge

A research team submits large fine-tuning jobs that need many accelerators simultaneously, can wait a day or two to begin, and must not start unless the full set of accelerators is available. Which consumption model fits best?

A
B
C
D
Test Your Knowledge

On the updated exam, a company wants to summarise long contracts, answer questions about their clauses, and draft plain-language explanations for customers. Which Google Cloud offering should it reach for first?

A
B
C
D