Google Developers Codelabs предоставляет обучающие материалы и практический опыт программирования. Большинство лабораторий кода проведут вас через процесс создания небольшого приложения или добавления новой функции в существующее приложение. Они охватывают широкий спектр тем, таких как Android Wear, Google Compute Engine, ARCore и API Google для iOS.
Инструменты Codelab на GitHubCodelab - Build a contextual Yoga Poses recommender app with Firestore, Vector Search, Langchain and Gemini (Python version)
2 часа
Updated 12 февраля 2025 г.
This codelab guides you through creating a knowledge-driven Yoga pose recommender app. The app answers user questions by suggesting matching yoga poses. You’ll learn to build a Firestore Collection of yoga poses from a Hugging Face dataset, set up Firestore Vector Search, and integrate everything into a Flask application.
Codelab - Build a contextual Yoga Poses recommender app with Firestore, Vector Search, Langchain and Gemini (Node.js version)
2 часа
Updated 6 февраля 2025 г.
This codelab guides you through creating a knowledge-driven Yoga pose recommender app. The app answers user questions by suggesting matching yoga poses. You’ll learn to build a Firestore Collection of yoga poses from a Hugging Face dataset, set up Firestore Vector Search, and integrate everything into a Node.js application.
How to Schedule a Cloud Run Job within a VPC Service Controls perimeter
Updated 18 января 2025 г.
Learn how to run a Cloud Run Job on a schedule inside a VPC SC perimeter using Cloud Scheduler and a Cloud Run service
Code Customization with Gemini Code Assist Enterprise
48 минут
Updated 1 ноября 2024 г.
Learn what’s new with Gemini Code Assist Enterprise, and how it can help your organization build with Google Cloud.
How to Run Transformers.js on Cloud Run GPUs
Updated 22 октября 2024 г.
Learn how to run stable diffusion on a Cloud Run GPU
Django CMS on Cloud Run
28 минут
Updated 15 октября 2024 г.
In this codelab, you’ll learn how to deploy Django CMS using serverless components: Cloud Run for the web engine, Cloud SQL for the database, and Cloud Build for the media assets.
Django on Cloud Run
30 минут
Updated 15 октября 2024 г.
In this codelab, you’ll learn how to deploy Django using serverless components: Cloud Run for the web engine, Cloud SQL for the database, and Cloud Build for the media assets.
Wagtail on Cloud Run
27 минут
Updated 14 октября 2024 г.
In this codelab, you’ll learn how to deploy Wagtail using serverless components: Cloud Run for the web engine, Cloud SQL for the database, and Cloud Build for the media assets.
Using revisions in Cloud Run functions for Traffic Splitting, Gradual Rollouts, and Rollbacks
Updated 1 октября 2024 г.
Learn how to use revisions in Cloud Run functions to do traffic splitting, gradual rollouts, and rollbacks.
How to Run TorchServe and Stable Diffusion on Cloud Run GPUs
Updated 16 сентября 2024 г.
Learn how to run stable diffusion on a Cloud Run GPU
How to use Ollama as a sidecar with Cloud Run GPUs and Open WebUI as a frontend ingress container
Updated 4 сентября 2024 г.
Learn how to use Ollama as a sidecar with Cloud Run GPUs and Open WebUI as a frontend ingress container
How to use Cloud Run functions and Gemini to summarize a text file uploaded to a Cloud Storage bucket
Updated 30 августа 2024 г.
how to get started with event-driven Cloud Run functions
Getting Started with Event-driven Cloud Run functions
Updated 23 августа 2024 г.
how to get started with event-driven Cloud Run functions
Getting Started with Cloud Run functions (HTTP)
Updated 23 августа 2024 г.
Learn how to getting started with Cloud Run functions
How to run LLM inference on Cloud Run GPUs with vLLM and the OpenAI Python SDK
Updated 21 августа 2024 г.
Learn how to run LLM inference on Cloud Run GPUs with vLLM and the OpenAI Python SDK
Build a Google Workspace Add-on with Node.js and Cloud Run
44 минуты
Updated 3 июня 2024 г.
In this codelab, you’ll learn how to build a Google Workspace Add-on using Node.js and Cloud Run.
How to Use Cloud Run with Gemini Function Calling
Updated 9 мая 2024 г.
How to use Cloud Run as an endpoint for Gemini Function Calling.
How to Deploy a Gemini-powered chat app on Cloud Run
Updated 9 мая 2024 г.
Learn how to deploy a Gemini-powered chat on Cloud Run using express.js, htmx, and tailwindCSS.
How to configure a Cloud Run service to access an internal Cloud Run service using direct VPC egress
Updated 3 мая 2024 г.
Learn how to configure a Cloud Run service to access an internal Cloud Run service using direct VPC egress.
How to deploy all the JavaScript frameworks to Cloud Run
Updated 2 мая 2024 г.
Learn how to deploy JavaScript frameworks like Angular, Nuxt.js, and Next.js to Cloud Run.
Bookshelf Analytics: Use Gemini to build a Java Cloud Run Application that takes BigQuery data to the web
Updated 16 апреля 2024 г.
We’ll use Gemini to help us create a bookshelf summarization application that simply takes BigQuery data to the web and is deployed on Cloud Run.
Build a Quiz Generator with GenAI and Cloud Run
1 час 16 минут
Updated 11 апреля 2024 г.
In this codelab, you’ll use Vertex AI to generate a trivia quiz according to some provided specifications. You’ll test your quiz generator in a cloud hosted developer environment, and then make it publicly available by deploying it to Google Cloud Run. At the end of the lab, you’ll integrate your quiz generator with a complete app.
How to Use Cloud Run Jobs & Video Intelligence APIs to process videos
Updated 8 апреля 2024 г.
Learn how to create a Cloud Run job that describes the image in every scene in a video using Vertex AI and the Video Intelligence API.
How to automatically deploy your changes from GitHub to Cloud Run using Cloud Build
Updated 5 апреля 2024 г.
How to automatically deploy your changes from GitHub to Cloud Run using Cloud Build
Hello Cloud Run with Python
8 минут
Updated 27 марта 2024 г.
In this tutorial, you’ll learn how to get started with Cloud Run by deploying and running a stateless container serverless-ly (with the infrastructure abstracted away). Cloud Run offers a fully-managed option as well as the ability to run on top of a GKE cluster.
Configure a Cloud Run service to access both an internal Cloud Run service and public Internet
Updated 14 февраля 2024 г.
Learn how to access an internal-only ingress Cloud Run service using direct VPC egress while retaining public Internet access
Create a Cloud Run service with a sidecar
Updated 25 января 2024 г.
Learn how to create a Cloud Run service that communicates with a sidecar using a localhost port and a volume mount.
Create a video scene-by-scene image description service using Cloud Run, Video Intelligence API, and Vertex AI
Updated 10 января 2024 г.
Learn how to create a Cloud Run service that describes the image in every scene in a video using Vertex AI and the Video Intelligence API.
Use Vertex AI Search on PDFs (unstructured data) in Cloud Storage from a Cloud Run service
Updated 3 ноября 2023 г.
Learn how to make a query to Vertex AI Search from a Cloud Run service.
Chat App with PaLM API on Cloud Run
Updated 30 октября 2023 г.
Develop a chat application by using Python Flask framework and Vertex AI PaLM API model.
Pic-a-daily: Lab 1—Store and analyze pictures (Native Java)
1 час
Updated 11 октября 2023 г.
In this code lab, you create a Java service leveraging Google’s Support for Native Java Client Libraries and deploy it to Cloud Run. The service runs image analysis using Vision API in response to Cloud Storage events and saves the analysis results in a Firestore collection.
Computer Vision Made Easy: Vision AI on Spring Boot and Java
Updated 16 июня 2023 г.
We’ll create a Computer Vision application using Spring Boot and Java, enabling you to unlock the potential of image recognition and analysis in your projects.
Trigger Cloud Run with Eventarc events
37 минут
Updated 12 апреля 2023 г.
In this codelab, you will learn about the main features of Eventarc.
Pic-a-daily: Store and Analyze Pictures with Google Native Java Client Libraries
1 час
Updated 13 октября 2022 г.
In this code lab, you create a Java service leveraging Google’s Support for Native Java Client Libraries and deploy it to Cloud Run. The service runs image analysis using Vision API in response to Cloud Storage events and saves the analysis results in a Firestore collection.