Innovating with Google Cloud AI
Artificial intelligence lets organizations automate tasks, uncover insights, and build new customer experiences. This chapter clarifies how AI and machine learning relate, introduces Vertex AI and the pre-trained APIs, describes generative AI with Gemini, and explains the principles of responsible AI. It is one of the highest-weighted topics on the exam.
AI, ML, and generative AI
Artificial intelligence (AI) is the broad field of building systems that perform tasks normally requiring human intelligence. Machine learning (ML) is a subset of AI in which systems learn patterns from data rather than being explicitly programmed for every rule. Understanding that ML is a subset of AI, not the other way around, is a frequently tested distinction. Generative AI is a newer branch that creates new content, such as text, images, or code, using large foundation models. It builds on machine learning but focuses on producing original outputs rather than only classifying or predicting.
Vertex AI and Gemini
Vertex AI is Google Cloud's unified machine learning platform. It supports the full ML workflow, letting teams build, train, tune, and deploy custom models in one place, and it also provides access to foundation models. This unified approach reduces the tooling and hand-offs teams otherwise juggle. Gemini is Google's family of multimodal foundation models. Multimodal means the models can understand and generate across formats, reasoning over text, images, and other inputs together. Gemini powers generative AI assistants and can be accessed through Vertex AI, giving organizations advanced generative capabilities without building models from scratch.
Pre-trained APIs for common tasks
For common perception tasks, Google Cloud offers pre-trained APIs that require no training data or model building, just an API call. The Cloud Vision API detects labels, objects, and text in images. The Speech-to-Text API transcribes spoken audio into written text, while Text-to-Speech does the reverse. The Cloud Translation API translates text between many languages in real time, and the Natural Language API analyzes text for sentiment, entities, and syntax. A key exam skill is matching a business task to the correct API: images to Vision, audio to Speech-to-Text, language-to-language text to Translation, and sentiment to Natural Language.
Responsible AI
Responsible AI means developing and using AI in ways that are fair, safe, transparent, privacy-preserving, and accountable. Practically, this involves reducing unfair bias, protecting user data, being transparent about how models are used, and keeping humans accountable for outcomes. Google publishes AI principles to guide this work, and responsible practices matter because AI systems can affect people at scale. Treating responsible AI as a core requirement, not an afterthought, helps organizations build trust and avoid harm as they innovate.