Rejoindre Se connecter

subhendu datta bhowmik

Date d'abonnement : 2023

Ligue de Diamant

6633 points
Evaluate and Improve Agent Development Kit Agents Earned août 29, 2026 EDT
Cost Estimation and Optimization for Agentic Solutions Earned août 29, 2026 EDT
Hill Climb Generative and Agentic Systems Earned août 27, 2026 EDT
Upgrade to the Latest Gemini Models Earned août 27, 2026 EDT
Evaluate Agents on Gemini Enterprise Agent Platform Earned août 27, 2026 EDT
Evaluate Generative and Agentic Systems Earned août 18, 2026 EDT
Deploy an Agent with Agent Development Kit (ADK) Earned août 18, 2026 EDT
Craft ADK Agents with Persistent Memories Earned août 18, 2026 EDT
Build Enterprise Agents with Code Execution on Gemini Enterprise Agent Platform Earned août 17, 2026 EDT
Build Agents with the Agent Development Kit Earned août 17, 2026 EDT
Accelerate Development with Antigravity Earned août 17, 2026 EDT
Build with the Managed Agents API on Gemini Enterprise Agent Platform Earned août 16, 2026 EDT
Accelerate Agent Development with Antigravity and Agents CLI Earned août 16, 2026 EDT
Explore Google's Gen AI Models Earned oct. 27, 2025 EDT
Generative AI for Business Leaders Earned juin 5, 2024 EDT
Introduction to Vertex AI Studio Earned juin 5, 2024 EDT
Responsible AI: Applying AI Principles with Google Cloud Earned juin 5, 2024 EDT
[DEPRECATED] Generative AI Fundamentals Earned août 19, 2023 EDT
Generative AI Explorer - Agent Platform Earned juin 10, 2023 EDT
Introduction to Vertex AI Studio Earned juin 9, 2023 EDT
Create Image Captioning Models Earned juin 9, 2023 EDT
Transformer Models and BERT Model Earned juin 9, 2023 EDT
Encoder-Decoder Architecture Earned juin 9, 2023 EDT
Attention Mechanism Earned juin 9, 2023 EDT
Introduction to Image Generation Earned juin 9, 2023 EDT
Generative AI Fundamentals Earned juin 9, 2023 EDT
[DEPRECATED]Introduction to Responsible AI Earned juin 8, 2023 EDT
Introduction to Large Language Models Earned juin 8, 2023 EDT
Introduction to Generative AI Earned juin 8, 2023 EDT

Complete the Evaluate and Improve Agent Development Kit Agents skill badge to demonstrate your ability to use ADK's evaluation tools to "hill climb" — making measurable, iterative improvements to an agent. You will run an initial evaluation to establish a baseline, apply optimization techniques, and re-evaluate the agent to measure your success.

En savoir plus

In this course, you’ll learn how to estimate and manage GenAI solution costs, focusing on the unique unit economics of AI versus traditional cloud billing. You will learn to: Understand Metering: Master the four Google Cloud GenAI metering categories and the token economy driving costs. Estimate Costs: Build defensible estimates using the Pricing Calculator for models, context caching, and agentic components. Optimize Spend: Leverage controls—such as input/output token reduction, caching, RAG efficiency, and model routing—while balancing cost, quality, and latency. Implement Governance: Apply FinOps best practices, including budgets, quotas, cost attribution, and Provisioned Throughput management to control spend.

En savoir plus

In this course, you'll learn the disciplined process of hill climbing to transform your generative and agentic systems into reliable, high-performing tools. You'll examine the iterative 8-step loop by diagnosing system failures through trajectory analysis and applying precise interventions across the model, prompt, tool, and framework layers. By the end of this course, you'll be prepared to optimize system architecture and automate the hill climbing cycle while balancing quality, cost, and latency as first-class metrics.

En savoir plus

In this course, you'll learn how to establish a rigorous upgrade regression testing pipeline, safely deploy models using A/B testing and/or shadow mode, and address legacy prompt technical debt. You'll also learn the latest about Gemini 3 parameters including thinking levels and thought signatures, as well as new capabilities like media resolution controls and streaming function calls.

En savoir plus

In this course, you learn to evaluate, diagnose, and optimize AI agents on the Gemini Enterprise Agent Platform (GEAP). You begin where most teams begin: the agent runs, but you have no eval cases, no test data, and no production traffic to grade it with. From there you follow the Quality Flywheel, the evaluate-analyze-optimize loop at the center of GEAP. You instrument the agent so it emits the telemetry GEAP reads, generate eval cases by simulation, choose the metrics that grade them, run offline evaluations, monitor live traffic and alert on quality drift, then cluster failures and optimize. A final module covers build-time evaluation with the Agent Development Kit (ADK), which runs on your machine before you deploy.

En savoir plus

Throughout this course, you'll learn how to establish rigorous evaluation criteria, perform evaluations, design objective rubrics, calibrate autoraters, and simulate evaluation data. You'll gain the skills needed to design, execute, and scale a comprehensive evaluation plan that aligns system capabilities with organizational KPIs. This course is designed for technical practitioners, machine learning engineers, and software architects who build and deploy generative and agentic applications.

En savoir plus

In this challenge lab, you will demonstrate your ability to author agents using Agent Development Kit (ADK), deploy those agents to Agent Engine, and use them from a web app. Complete the challenge lab to earn a Google Cloud skill badge.

En savoir plus

This course explores architecting stateful AI agents that use short-term memory within a session or long-term memory services. Additionally, it covers giving agents existing expertise through skills. It details the core pillars of context engineering to facilitate personalized, continuous conversational experiences with expert agents.

En savoir plus

In this course, you explore the Code Execution feature of the Gemini Enterprise Agent Platform, which lets AI agents safely generate and run Python code in isolated sandbox environments. You learn how the Agent Sandbox fits into the broader platform architecture, how to configure and operate Code Execution sandboxes using the Agent Platform SDK, and how to integrate code execution into agent workflows with the Agent Development Kit (ADK).

En savoir plus

In this course, you'll learn to use the Agent Development Kit (ADK) to build systems where multiple AI agents collaborate on complex tasks. You'll start with the ADK agent model: how ADK represents agents, tools, and runners, and how a single agent is configured and run. You'll then make tools the model can call, persist session state across agents, and instrument the execution lifecycle with callbacks and plugins. Next, you'll orchestrate multiple agents using ADK's template workflow agents and graph-based workflows, and ground them in enterprise data through multi-source retrieval and MCP integrations. Finally, you'll deploy a multi-agent system to Agent Runtime as a managed service and register and share it through Gemini Enterprise so users across an organization can reach it.

En savoir plus

Complete the Accelerate Development with Antigravity skill badge to demonstrate your proficiency in using the Antigravity IDE for developing agentic workflows. You will be tasked with configuring an MCP server, authoring custom agent skills and rules, prototyping with the Agents CLI, and deploying to the Google Cloud Agent Runtime. A skill badge is an exclusive digital badge issued by Google Cloud in recognition of your proficiency with Google Cloud products and services and tests your ability to apply your knowledge in an interactive hands-on environment. Complete the assessment challenge lab, to receive a skill badge that you can share with your network. When you complete this course, you can earn the badge displayed here and claim it on Credly! Boost your cloud career by showing the world the skills you have developed!

En savoir plus

In this course, you'll learn to build and run enterprise agents on the Managed Agents API, the managed agent runtime on Gemini Enterprise Agent Platform. Three conceptual lessons give you the mental model. You'll learn why a real business task needs an agent rather than a chat model. You'll examine how the platform splits into a control plane that defines agents and a data plane that runs them. You'll learn how to assemble an agent from a definition, a sandboxed environment, mounted data, tools, and skills. And you'll learn how to run it with background interactions, a streamed reason-act loop, resilient typed results, and state that persists across turns. You then put that model to work in a hands-on lab, where you build, run, and harden a retail merchandising agent for Cymbal Retail from an empty project to a production-shaped deployment. By the end, you'll be able to design, build, and operate a managed agent of your own.

En savoir plus

In this course, you’ll learn to simplify the creation of autonomous enterprise agents using the Agent Development Kit (ADK) and you will learn how to leverage the power of Antigravity and the Agents CLI to transform your agent development workflow. In this course. You will explore practical techniques to automate repetitive tasks and significantly accelerate the creation of robust, enterprise-grade agents, ensuring scalability and efficiency in your AI projects.

En savoir plus

Learn how to leverage Gemini multimodal capabilities to process and generate text, images, and audio and to integrate Gemini through APIs to perform tasks such as content creation and summarization.

En savoir plus

A Business Leader in Generative AI can articulate the capabilities of core cloud Generative AI products and services and understand how they benefit organizations. This course provides an overview of the types of opportunities and challenges that companies often encounter in their digital transformation journey and how they can leverage Google Cloud's generative AI products to overcome these challenges.

En savoir plus

This course introduces Vertex AI Studio, a tool to interact with generative AI models, prototype business ideas, and launch them into production. Through an immersive use case, engaging lessons, and a hands-on lab, you’ll explore the prompt-to-product lifecycle and learn how to leverage Vertex AI Studio for Gemini multimodal applications, prompt design, prompt engineering, and model tuning. The aim is to enable you to unlock the potential of gen AI in your projects with Vertex AI Studio.

En savoir plus

As the use of enterprise Artificial Intelligence and Machine Learning continues to grow, so too does the importance of building it responsibly. A challenge for many is that talking about responsible AI can be easier than putting it into practice. If you’re interested in learning how to operationalize responsible AI in your organization, this course is for you. In this course, you will learn how Google Cloud does this today, together with best practices and lessons learned, to serve as a framework for you to build your own responsible AI approach.

En savoir plus

Earn a skill badge by passing the final quiz, you'll demonstrate your understanding of foundational concepts in generative AI. A skill badge is a digital badge issued by Google Cloud in recognition of your knowledge of Google Cloud products and services. Share your skill badge by making your profile public and adding it to your social media profile.

En savoir plus

The Generative AI Explorer - Agent Platform course is a collection of labs on how to use Generative AI on Google Cloud. Through the labs, you will learn about how to use the Gemini models in Agent Platform. You will also learn about prompt design, best practices, and how it can be used for ideation, text classification, text extraction, text summarization, and more. You will also learn how to tune a foundation model by training it via custom training in Agent Platform and deploy it to an endpoint in Agent Platform.

En savoir plus

This course introduces Vertex AI Studio, a tool to interact with generative AI models, prototype business ideas, and launch them into production. Through an immersive use case, engaging lessons, and a hands-on lab, you’ll explore the prompt-to-product lifecycle and learn how to leverage Vertex AI Studio for Gemini multimodal applications, prompt design, prompt engineering, and model tuning. The aim is to enable you to unlock the potential of gen AI in your projects with Vertex AI Studio.

En savoir plus

This course teaches you how to create an image captioning model by using deep learning. You learn about the different components of an image captioning model, such as the encoder and decoder, and how to train and evaluate your model. By the end of this course, you will be able to create your own image captioning models and use them to generate captions for images

En savoir plus

This course introduces you to the Transformer architecture and the Bidirectional Encoder Representations from Transformers (BERT) model. You learn about the main components of the Transformer architecture, such as the self-attention mechanism, and how it is used to build the BERT model. You also learn about the different tasks that BERT can be used for, such as text classification, question answering, and natural language inference.This course is estimated to take approximately 45 minutes to complete.

En savoir plus

This course gives you a synopsis of the encoder-decoder architecture, which is a powerful and prevalent machine learning architecture for sequence-to-sequence tasks such as machine translation, text summarization, and question answering. You learn about the main components of the encoder-decoder architecture and how to train and serve these models. In the corresponding lab walkthrough, you’ll code in TensorFlow a simple implementation of the encoder-decoder architecture for poetry generation from the beginning.

En savoir plus

This course will introduce you to the attention mechanism, a powerful technique that allows neural networks to focus on specific parts of an input sequence. You will learn how attention works, and how it can be used to improve the performance of a variety of machine learning tasks, including machine translation, text summarization, and question answering. This course is estimated to take approximately 45 minutes to complete.

En savoir plus

This course introduces diffusion models, a family of machine learning models that recently showed promise in the image generation space. Diffusion models draw inspiration from physics, specifically thermodynamics. Within the last few years, diffusion models became popular in both research and industry. Diffusion models underpin many state-of-the-art image generation models and tools on Google Cloud. This course introduces you to the theory behind diffusion models and how to train and deploy them on Gemini Enterprise Agent Platform.

En savoir plus

Earn a skill badge by completing the Introduction to Generative AI, Introduction to Large Language Models and Introduction to Responsible AI courses. By passing the final quiz, you'll demonstrate your understanding of foundational concepts in generative AI. A skill badge is a digital badge issued by Google Cloud in recognition of your knowledge of Google Cloud products and services. Share your skill badge by making your profile public and adding it to your social media profile.

En savoir plus

This is an introductory-level microlearning course aimed at explaining what responsible AI is, why it's important, and how Google implements responsible AI in their products. It also introduces Google's 3 AI principles.

En savoir plus

This is an introductory level micro-learning course that explores what large language models (LLM) are, the use cases where they can be utilized, and how you can use prompt tuning to enhance LLM performance. It also covers Google tools to help you develop your own Gen AI apps. Explore other content in the Gemini Enterprise Agent Ready (GEAR) program.

En savoir plus

This is an introductory level microlearning course aimed at explaining what Generative AI is, how it is used, and how it differs from traditional machine learning methods. It also covers Google Tools to help you develop your own Gen AI apps.

En savoir plus