This document contains a list of available Vertex AI prediction notebook tutorials. These end-to-end tutorials help you get started using Vertex AI prediction and can give you ideas for how to implement a specific project.
There are many environments in which you can host notebooks. You can:
- Run them in the cloud using a service like Colaboratory (Colab) or Vertex AI Workbench.
- Download them from GitHub and run them on your local machine.
- Download them from GitHub and run them on a Jupyter or JupyterLab server in your local network.
Running a notebook in Colab is a way to get started quickly.
To open a notebook tutorial in Colab, click the Colab link in the notebook list. Colab creates a VM instance with all needed dependencies, launches the Colab environment, and loads the notebook.
You can also run the notebook using user-managed notebooks. When you create a user-managed notebooks instance with Vertex AI Workbench, you have full control over the hosting VM. You can specify the configuration and environment of the hosting VM.
To open a notebook tutorial in a Vertex AI Workbench instance:
- Click the Vertex AI Workbench link in the notebook list. The link opens the Vertex AI Workbench console.
- In the Deploy to notebook screen, type a name for your new Vertex AI Workbench instance and click Create.
- In the Ready to open notebook dialog that appears after the instance starts, click Open.
- On the Confirm deployment to notebook server page, select Confirm.
- Before running the notebook, select Kernel > Restart Kernel and Clear all Outputs.
List of notebooks
Services | Description | Open in |
---|---|---|
Custom training Vertex AI Prediction |
Deploying Iris-detection model using FastAPI and Vertex AI custom container serving.
Learn how to create, deploy and serve a custom classification model on Vertex AI. Learn more about Custom training. Learn more about Vertex AI Prediction. Tutorial steps
|
Colab Colab Enterprise GitHub Vertex AI Workbench |
Custom training Vertex AI Prediction |
Custom training and online prediction.
Learn to use Vertex AI Training to create a custom-trained model from a Python script in a Docker container, and learn to use Vertex AI Prediction to do a prediction on the deployed model by sending data.
Learn more about Custom training.
Learn more about Vertex AI Prediction.
Tutorial steps
|
Colab Colab Enterprise GitHub Vertex AI Workbench |
Vertex Explainable AI Vertex AI Prediction |
Custom training image classification model for online prediction with explainability.
Learn how to use Vertex AI training and Vertex Explainable AI to create a custom image classification model with explanations. Learn more about Vertex Explainable AI. Learn more about Vertex AI Prediction. Tutorial steps
|
Colab Colab Enterprise GitHub Vertex AI Workbench |
Vertex Explainable AI Vertex AI Prediction |
Custom training tabular regression model for online prediction with explainabilty.
Learn how to use Vertex AI training and Vertex Explainable AI to create a custom tabular regression model with explanations. Learn more about Vertex Explainable AI. Learn more about Vertex AI Prediction. Tutorial steps
|
Colab Colab Enterprise GitHub Vertex AI Workbench |
Vertex Explainable AI Vertex AI Prediction |
Custom training tabular regression model for online prediction with explainabilty using get_metadata.
Learn how to create a custom model from a Python script in a Google prebuilt Docker container using the Vertex AI SDK. Learn more about Vertex Explainable AI. Learn more about Vertex AI Prediction. Tutorial steps
|
Colab Colab Enterprise GitHub Vertex AI Workbench |
Vertex Explainable AI Vertex AI Prediction |
Explaining image classification with Vertex Explainable AI.
Learn how to configure feature-based explanations on a pre-trained image classification model and make online and batch predictions with explanations. Learn more about Vertex Explainable AI. Learn more about Vertex AI Prediction. Tutorial steps
|
Colab Colab Enterprise GitHub Vertex AI Workbench |
Vertex AI Prediction |
Get started with NVIDIA Triton server.
Learn how to deploy a container running Nvidia Triton Server with a Vertex AI model resource to a Vertex AI endpoint for making online predictions. Learn more about Vertex AI Prediction. Tutorial steps
|
Colab Colab Enterprise GitHub Vertex AI Workbench |
Vertex AI Prediction |
Train and deploy PyTorch models with prebuilt containers on Vertex AI.
Learn how to build, train and deploy a PyTorch image classification model using prebuilt containers for custom training and prediction. Tutorial steps
|
Colab Colab Enterprise GitHub Vertex AI Workbench |