Dołącz Zaloguj się

Pushpalatha Jammu

Jest członkiem od 2026

Liga diamentowa

6400 pkt.
Evaluate and Improve Agent Development Kit Agents Earned sie 20, 2026 EDT
Cost Estimation and Optimization for Agentic Solutions Earned sie 20, 2026 EDT
Hill Climb Generative and Agentic Systems Earned sie 20, 2026 EDT
Upgrade to the Latest Gemini Models Earned sie 20, 2026 EDT
Evaluate Agents on Gemini Enterprise Agent Platform Earned sie 17, 2026 EDT
Evaluate Generative and Agentic Systems Earned sie 17, 2026 EDT
Deploy an Agent with Agent Development Kit (ADK) Earned sie 13, 2026 EDT
Craft ADK Agents with Persistent Memories Earned sie 13, 2026 EDT
Build Enterprise Agents with Code Execution on Gemini Enterprise Agent Platform Earned lip 22, 2026 EDT
Build Agents with the Agent Development Kit Earned lip 21, 2026 EDT
Accelerate Development with Antigravity Earned lip 18, 2026 EDT
Build with the Managed Agents API on Gemini Enterprise Agent Platform Earned lip 18, 2026 EDT
Accelerate Agent Development with Antigravity and Agents CLI Earned lip 17, 2026 EDT
Add Agents to Gemini Enterprise Earned lip 17, 2026 EDT
Govern Agent Access with Gemini Enterprise Agent Platform Earned lip 16, 2026 EDT
Secure your Agents with Gemini Enterprise Agent Platform Earned lip 16, 2026 EDT
Govern agents with Agent Gateway, Agent Registry, and Policies Earned lip 15, 2026 EDT
Deploy Gemini Enterprise with Workspace Data Sources and Model Armor Earned lip 15, 2026 EDT
Model Armor: Securing AI Deployments Earned lip 6, 2026 EDT
Improve Agent Search Results on Agent Platform Earned lip 6, 2026 EDT
Use a Third-Party Identity Provider with Workforce Identity Federation Earned lip 6, 2026 EDT
Deploy the Gemini Enterprise app to Transform Enterprises Earned cze 25, 2026 EDT
Plan Change Management for Gemini Enterprise Deployments Earned cze 25, 2026 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.

Więcej informacji

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.

Więcej informacji

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.

Więcej informacji

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.

Więcej informacji

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.

Więcej informacji

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.

Więcej informacji

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.

Więcej informacji

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.

Więcej informacji

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).

Więcej informacji

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.

Więcej informacji

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!

Więcej informacji

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.

Więcej informacji

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.

Więcej informacji

In this challenge lab, you will demonstrate your ability to add agents to a Gemini Enterprise app. You will build an agent with Agent Designer. And you will build a no-code agent with Agent Development Kit, deploy it to Agent Engine, and add it to the Gemini Enterprise app.

Więcej informacji

In this challenge lab, you will act as a cloud engineer supporting the Cymbal Pools finance team. Your mission is to deploy a BigQuery-enabled agent to Agent Runtime to help process invoice data using natural language. Rather than building from scratch, you inherit an unsecured deployment. You must establish basic data governance by configuring the Agent Development Kit (ADK), deploying the agent with a dedicated SPIFFE identity, identifying permission blocks, and applying least-privilege IAM roles so the agent can safely query and update the BigQuery database from the Agent Runtime Playground.

Więcej informacji

As organizations rapidly deploy AI workforces, securing these autonomous systems becomes paramount. Secure Your Agents with Gemini Enterprise Agent Platform is a practical, security-first course designed to help you establish centralized, zero-trust control and comprehensive visibility over your AI ecosystem. Instead of relying on theoretical frameworks, this course teaches you how to defend AI agents the way they are actually attacked—layer by layer, with identity and access at the absolute foundation.

Więcej informacji

This course covers the technical side of governing an AI agent workforce using Agent Gateway, Agent Registry, and Policies. It discusses the overall architecture of centralized agent governance, focusing on managing agent sprawl and securing communication with internal systems. The course explores the infrastructure and enterprise networking required to deploy the Agent Gateway, including automated deployment with Terraform and configuring private egress via Private Service Connect. It offers guidance towards establishing a zero-trust security perimeter using unique agent identities with mTLS, per-tool authorization with REQUEST_AUTHZ, and granular CEL policies. Furthermore, it empowers administrators to implement content security guardrails using Model Armor and Cloud DLP to mitigate semantic threats like prompt injection and data leakage. Finally, the course explains how to manage tool discovery through the Agent Registry and ensure end-to-end observability and threat detection using…

Więcej informacji

In this challenge lab, you act as a Security Engineer deploying a secure Gemini Enterprise environment for Cymbal Bank. You will ground Gemini in web search and internal Workspace sources to ensure accurate, contextual responses. To maintain compliance, you will configure Model Armor policies to filter sensitive data and block threats like prompt injections and malicious URLs. Finally, you will manage specific end-user features to customize the AI experience safely

Więcej informacji

This course reviews the essential security features of Model Armor and equips you to work with the service. You’ll learn about the security risks associated with LLMs and how Model Armor protects your AI applications. Explore other content in the Gemini Enterprise Agent Ready (GEAR) program.

Więcej informacji

This course covers techniques for boosting and filtering search results, as well as the implementation of meta tags for advanced search control.

Więcej informacji

This course provides learners the knowledge to configure Workforce Identity Federation to grant Google Cloud and Gemini Enterprise access to users that authenticate using a third-party Identity Provider. The curriculum includes theory and demo videos covering workforce identity pools, OIDC and SAML providers, attribute mapping, IAM policies, and troubleshooting guidance.

Więcej informacji

This course covers the technical side of deploying the Gemini Enterprise app. It discusses the overall architecture of GE, decisions to be made when provisioning the app infrastructure, and integrating enterprise data via Data Stores, Connectors. and Actions. The course also explores the kinds of agents that can be added to Gemini Enterprise. It offers guidance towards establishing a security perimeter using IAM, VPC Service Control, Context-Aware Access, and semantic controls deployed with Model Armor. Finally, it empowers administrators to fine-tune the end-user experience through comprehensive configuration options, and explains how administrators keep AI deployments secure, compliant, and performant through OpenTelemetry instrumentation and prompt logging.

Więcej informacji

This course will guide you through designing customer engagements that result in successful, well-utilized Gemini Enterprise deployments. Study the art of change management, how to identify and engage sponsors, recruit early adopters, help your customer identify and address cultural change challenges and skills gaps, and effectively deliver project communications. Additionally, learn how to support your customer to plan, offer, conduct, and evaluate end-user training, leverage partner resources, and create essential project documents.

Więcej informacji