Today is easier than yesterday. π οΈ
Five quick modules. The hands-on side of AI on Google Cloud. By 5pm you'll know what to click and why.
Here's What We'll Cover πΊοΈ
M1 Β· The Stack
Google's 4 AI layers
M2 Β· Pick a Path
API vs AutoML vs BQ ML vs Custom
M3 Β· BigQuery ML
ML with pure SQL
M4 Β· Vertex AI
One platform, all your ML
M5 Β· MLOps
Keep models healthy in production
Then: Homework
4 labs on Skills Boost
Today's Labs β 2 in Class, 2 at Home π§ͺ
All labs live on Skills Boost. Open it now in another tab: skills.google β sign in with Google β find "Introduction to AI and Machine Learning on Google Cloud".
Live in class
- Entity & Sentiment Analysis with NL API (~45 min)
- Get Started with Agent Studio (~60 min)
Homework tonight
- Predict Visitor Purchases with BigQuery ML (~60 min)
- Predicting Loan Risk with AutoML (~60 min)
The 4-Layer Stack π₯
Four layers. Remember them in order. That's the whole module.
Just 4 Layers π₯
Match Each Product to Its Layer π₯
Drag each Google product onto the layer where it lives.
5 Quick Wins π§ͺ
Q1Vertex AI sits in which layer?
Q2Best layer to start with for a generic problem?
Q3Contact Center AI lives in which layer?
Q4TPUs and GPUs belong to which layer?
Q5AutoML and BigQuery ML both live in which layer?
Module 1 β Recap β
πΊ Reinforce Tonight on Skills Boost
- Module 2 β AI on Google Cloud (~5 min)
- Module 2 β AI infrastructure (~7 min)
~12 min Β· skim if confident
Pick a Path π€οΈ
Four choices. Each fits a different team and problem.
4 Paths to AI π€οΈ
Pre-trained API
Call Google's models. Easiest.
BigQuery ML
SQL skills only. Data in BQ.
AutoML
Bring data, no model code.
Custom Training
Full control. ML team required. Hardest.
Pick the Right Path π€οΈ
Drop each real-world scenario into the cheapest path that fits.
5 Quick Wins π§ͺ
Q1Team has zero ML experience. Needs to OCR receipts. Best path?
Q250M rows in BigQuery. SQL skills available. Predict churn. Pick:
Q3Have labelled image data but no ML team. Best path?
Q4Unique research problem with a strong ML team. Best path?
Q5Order the 4 paths from EASIEST to HARDEST:
Module 2 β Recap β
πΊ Reinforce Tonight on Skills Boost
- Module 4 β AI development options (~5 min)
- Module 4 β Vertex AI + AutoML + Pre-trained APIs + Custom training (~19 min)
- π― Lab in class β Entity & Sentiment Analysis with Natural Language API (~45 min)
~70 min Β· we do this one together β it's the easiest entry
Lab β Entity & Sentiment Analysis π¬
Skills Boost lab: "Entity and Sentiment Analysis with the Natural Language API". Open Skills Boost β search for it β click Start Lab.
What you'll do
- Enable the NL API in a temp GCP project
- Run
gcloud ml language analyze-entitieson a Wikipedia article - Run sentiment analysis on a customer review
- Read the JSON output β entities, sentiment, salience
What success looks like
- JSON with
entities[]populated - Sentiment score between β1 and +1
- Each entity has a salience score
- Lab marks you β green at the end
gcloud auth list to confirm you're signed in as the temp lab user.BigQuery ML πͺ
Train ML models with SQL. No Python. No notebooks.
3 SQL Statements. That's It. β¨
Tap Each Highlighted Keyword π§ͺ
Click any yellow keyword in this real BQ ML statement. The explainer underneath updates. +2β per new keyword discovered.
5 SQL Wins π§ͺ
Q1Which SQL function gives predictions?
Q2BigQuery ML's biggest advantage?
Q3Which function evaluates model performance on a hold-out set?
Q4To classify "churned: yes/no", which model_type?
Q5For monthly sales time-series forecasting, which model_type?
Module 3 β Recap β
πΊ Reinforce Tonight on Skills Boost
- Module 2 β BigQuery ML (~6 min)
- π Lab at home β Predict Visitor Purchases with BigQuery ML (~60 min)
~66 min Β· the lab walks you through every SQL statement we covered. Easiest to do at your own pace tonight.
Vertex AI π
One platform for everything ML. Recently rebranded to Agent Platform.
4 Things to Remember π§©
Model Garden
150+ models. One-click try.
Agent Studio
Gen AI prompt workbench.
Model Registry
Version + govern models.
Endpoints
Deploy & serve predictions.
Online or Batch? β‘π¦
Drag each real use case into the right serving mode.
5 Quick Wins π§ͺ
Q1Which component versions and governs models before serving?
Q2Score 50M customers once a month. Best serving mode?
Q3Need low-latency chatbot responses. Best serving mode?
Q4Where do you browse 150+ models in one click?
Q5Vertex AI is rebranding to:
Module 4 β Recap β
πΊ Reinforce Tonight on Skills Boost
- Module 3 β Generative AI on Google Cloud + Idea to app (~14 min)
- Module 3 β Deployment & model tuning (~8 min)
- Module 5 β Model serving (~3 min)
- π― Lab in class β Get Started with Agent Studio (~60 min)
~85 min Β· we do this together β it's the highlight of the whole course
MLOps Basics π
How models survive in production. Three ideas β that's it.
3 Ideas You'll Be Asked About π―
Honest Self-Check β Where Are You? πͺ
Click the level that sounds like your team. The card reveals what you have and what you're missing.
0
Manual everything
1
Pipelines automated
2
CI/CD for pipelines
5 Final Wins π§ͺ
Q1Model accuracy drops 87% β 62% over three months. Most likely cause?
Q2Team at MLOps Level 0. Highest-leverage upgrade?
Q3Level 2 MLOps maturity means:
Q4Training data differs from live serving data from day 1. That's called:
Q5Drift detected β auto-retrain on fresh data β canary deploy. That's:
Module 5 β Recap β
πΊ Reinforce Tonight on Skills Boost
- Module 5 β ML workflow + Data preparation + Model development (~13 min)
- Module 5 β MLOps and workflow automation (~6 min)
- Module 5 β How a machine learns (optional but recommended) (~11 min)
- π Lab at home β Agent Platform: Predicting Loan Risk with AutoML (~60 min)
~90 min Β· do this one tonight at your own pace β it earns the official Google Cloud badge
Final Lab β Get Started with Agent Studio π¨
Last live lab of the day. Skills Boost: "Get Started with Agent Studio". The headline lab of the whole course β leave on a high.
What you'll do
- Open Agent Studio in the GCP Console
- Pick a Gemini model (Pro or Flash)
- Write a prompt β adjust temperature, top-p, max tokens
- Test multimodal input (paste an image or PDF)
- Save the prompt as a reusable template
What success looks like
- Prompt returns coherent text in the response pane
- Lower temperature β more deterministic output
- Same prompt with image input returns image-grounded answer
- Template appears in your saved prompts list
Think Β· Pair Β· Share π
Pair up with someone nearby. Pick one prompt. Discuss 5 min. Share with the room.
Which Path?
For your workplace's biggest data problem β Pre-trained API, BQ ML, AutoML, or Custom? Why?
One Pipeline
Sketch a continuous training pipeline for one real use case. What triggers retraining?
Online or Batch?
Pick three live use cases at your work. Which need online prediction, which batch? Why?
Your Exam Cheat Sheet π
All 20 concepts on one screen. Take a photo. Review before the exam.
π₯ The Stack
π€οΈ Pick a Path
πͺ BigQuery ML
π Vertex AI / Agent Platform
π MLOps
Exam Simulation π―
Mixed-module questions. Same shape as the real exam. Answers shuffled.
F1Vertex AI sits in which layer?
F250M rows in BigQuery, SQL team, predict churn. Pick:
F3SQL function for predictions:
F4Score 50M customers monthly. Best mode:
F5Versions and governs models before serving:
F6Silent accuracy drop over 3 months. Cause?
F7MLOps Level 0 team's biggest upgrade:
F8Vertex AI is rebranding to:
F9Training data β live data from day 1 is called:
F10For monthly sales time-series forecasting:
Exam Day β Know What to Expect β°
Format
50β60 multiple choice questions
Time
90 minutes Β· ~90 sec per question
Pass Mark
~75% Β· aim for 80% safe
π§ Test-taking tips
1. First read β answer everything you know fast. Flag hard ones.
2. Second pass β return to flagged with fresh eyes.
3. Eliminate β wrong answers are usually obvious. Cross them off.
4. Trust patterns β "drift" answers production-drop questions. "Batch" answers high-volume monthly questions. "ML Development" hosts Vertex AI / BigQuery ML.
5. Never leave blank β no negative marking. Guess if you must.
Do the Labs β Earn the Badge π
You've got the framework. Tonight you click through the official labs.
π Introduction to AI and Machine Learning on Google Cloud
skills.google/course_templates/593
6 modules Β· 4 hands-on labs Β· Google Cloud badge on completion
Lab 1
Visitor Purchases with BQ ML
Lab 2
Get Started with Agent Studio
Lab 3
NL API β Sentiment Analysis
You're ready. π
Two days. Two frameworks. 45 exam concepts. Tomorrow you take the exam β and pass. Rest tonight. Hydrate. We've done the hard part.