<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE FL_Course SYSTEM "https://www.flane.de/dtd/fl_course095.dtd"><?xml-stylesheet type="text/xsl" href="https://portal.flane.ch/css/xml-course.xsl"?><course productid="34544" language="fr" source="https://portal.flane.ch/swisscom/fr/xml-course/google-adlgc" lastchanged="2026-01-06T20:27:40+01:00" parent="https://portal.flane.ch/swisscom/fr/xml-courses"><title>Application Development with LLMs on Google Cloud</title><productcode>ADLGC</productcode><vendorcode>GO</vendorcode><vendorname>Google</vendorname><fullproductcode>GO-ADLGC</fullproductcode><version>2.0</version><objective>&lt;ul&gt;
&lt;li&gt;Explore the different options available for using generative AI on Google Cloud.&lt;/li&gt;&lt;li&gt;Use Vertex AI Studio to test prompts for large language models.&lt;/li&gt;&lt;li&gt;Develop LLM-powered applications using generative AI&lt;/li&gt;&lt;li&gt;Apply advanced prompt engineering techniques to improve the output from LLMs&lt;/li&gt;&lt;li&gt;Build a multi-turn chat application using the Gemini API and LangChain&lt;/li&gt;&lt;/ul&gt;</objective><essentials>&lt;p&gt;Completion of &lt;span class=&quot;cms-link-marked&quot;&gt;&lt;a class=&quot;fl-href-prod&quot; href=&quot;/swisscom/fr/course/google-idegc&quot;&gt;&lt;svg role=&quot;img&quot; aria-hidden=&quot;true&quot; focusable=&quot;false&quot; data-nosnippet class=&quot;cms-linkmark&quot;&gt;&lt;use xlink:href=&quot;/css/img/icnset-linkmarks.svg#linkmark&quot;&gt;&lt;/use&gt;&lt;/svg&gt;Introduction to Developer Efficiency on Google Cloud &lt;span class=&quot;fl-prod-pcode&quot;&gt;(IDEGC)&lt;/span&gt;&lt;/a&gt;&lt;/span&gt; or equivalent knowledge.&lt;/p&gt;</essentials><audience>&lt;p&gt;Application developers and others who wish to leverage LLMs in applications.&lt;/p&gt;</audience><outline>&lt;h4&gt;Module 1 - Introduction to Generative AI on Google Cloud&lt;/h4&gt;&lt;p&gt;
&lt;strong&gt;Topics:&lt;/strong&gt;
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;What is generative AI&lt;/li&gt;&lt;li&gt;Vertex AI on Google Cloud&lt;/li&gt;&lt;li&gt;Generative AI options on Google Cloud&lt;/li&gt;&lt;li&gt;Introduction to course use case&lt;/li&gt;&lt;/ul&gt;&lt;h4&gt;Module 2 - Vertex AI Studio&lt;/h4&gt;&lt;p&gt;
&lt;strong&gt;Topics:&lt;/strong&gt;
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Introduction to Vertex AI Studio&lt;/li&gt;&lt;li&gt;Designing and testing prompts&lt;/li&gt;&lt;li&gt;Data governance in Vertex AI Studio&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;strong&gt;Activities:&lt;/strong&gt;
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Lab: Getting Started with the Vertex AI Studio User Interface&lt;/li&gt;&lt;/ul&gt;&lt;h4&gt;Module 3 - Generative AI Fundamentals&lt;/h4&gt;&lt;p&gt;
&lt;strong&gt;Topics:&lt;/strong&gt;
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Introduction to grounding&lt;/li&gt;&lt;li&gt;Integrating the Vertex AI Gemini APIs&lt;/li&gt;&lt;li&gt;Chat, memory and grounding&lt;/li&gt;&lt;li&gt;Search principles&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;strong&gt;Activities:&lt;/strong&gt;
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Lab: Getting Started with LangChain + Vertex AI Gemini API&lt;/li&gt;&lt;/ul&gt;&lt;h4&gt;Module 4 - Prompt Engineering&lt;/h4&gt;&lt;p&gt;
&lt;strong&gt;Topics:&lt;/strong&gt;
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Review of few-shot prompting&lt;/li&gt;&lt;li&gt;Chain-of-thought prompting and thinking budgets&lt;/li&gt;&lt;li&gt;Meta prompting, multi-step, and panel prompts&lt;/li&gt;&lt;li&gt;RAG and ReAct&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;strong&gt;Activities:&lt;/strong&gt;
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Lab: Advanced Prompt Architectures&lt;/li&gt;&lt;/ul&gt;&lt;h4&gt;Module 5 - Creating Custom Chat Applications with Vertex AI Gemini API&lt;/h4&gt;&lt;p&gt;
&lt;strong&gt;Topics:&lt;/strong&gt;
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;LangChain for chatbots&lt;/li&gt;&lt;li&gt;ADK for chatbots&lt;/li&gt;&lt;li&gt;Chat retrieval&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;strong&gt;Activities:&lt;/strong&gt;
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Lab: Implementing RAG Using LangChain&lt;/li&gt;&lt;/ul&gt;</outline><objective_plain>- Explore the different options available for using generative AI on Google Cloud.
- Use Vertex AI Studio to test prompts for large language models.
- Develop LLM-powered applications using generative AI
- Apply advanced prompt engineering techniques to improve the output from LLMs
- Build a multi-turn chat application using the Gemini API and LangChain</objective_plain><essentials_plain>Completion of Introduction to Developer Efficiency on Google Cloud (IDEGC) or equivalent knowledge.</essentials_plain><audience_plain>Application developers and others who wish to leverage LLMs in applications.</audience_plain><outline_plain>Module 1 - Introduction to Generative AI on Google Cloud


Topics:



- What is generative AI
- Vertex AI on Google Cloud
- Generative AI options on Google Cloud
- Introduction to course use case
Module 2 - Vertex AI Studio


Topics:



- Introduction to Vertex AI Studio
- Designing and testing prompts
- Data governance in Vertex AI Studio
Activities:



- Lab: Getting Started with the Vertex AI Studio User Interface
Module 3 - Generative AI Fundamentals


Topics:



- Introduction to grounding
- Integrating the Vertex AI Gemini APIs
- Chat, memory and grounding
- Search principles
Activities:



- Lab: Getting Started with LangChain + Vertex AI Gemini API
Module 4 - Prompt Engineering


Topics:



- Review of few-shot prompting
- Chain-of-thought prompting and thinking budgets
- Meta prompting, multi-step, and panel prompts
- RAG and ReAct
Activities:



- Lab: Advanced Prompt Architectures
Module 5 - Creating Custom Chat Applications with Vertex AI Gemini API


Topics:



- LangChain for chatbots
- ADK for chatbots
- Chat retrieval
Activities:



- Lab: Implementing RAG Using LangChain</outline_plain><duration unit="d" days="1">1 jour</duration><pricelist><price country="SI" currency="EUR">950.00</price><price country="US" currency="USD">595.00</price><price country="IT" currency="EUR">650.00</price><price country="GB" currency="GBP">660.00</price><price country="PL" currency="PLN">2500.00</price><price country="CA" currency="CAD">820.00</price><price country="AT" currency="EUR">950.00</price><price country="SE" currency="EUR">950.00</price><price country="DE" currency="EUR">950.00</price><price country="FR" currency="EUR">790.00</price><price country="CH" currency="CHF">950.00</price></pricelist><miles/></course>