This document contains a list of available Ray on Vertex AI notebook tutorials. These end-to-end tutorials help you get started using Ray on Vertex AI 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 |
---|---|---|
Ray on Vertex AI overview |
Get started with PyTorch on Ray on Vertex AI.
Learn how to efficiently distribute the training process of a PyTorch image classification model by leveraging Ray on Vertex AI. Learn more about Ray on Vertex AI overview. Tutorial steps
|
Colab Colab Enterprise GitHub Vertex AI Workbench |
Ray on Vertex AI overview |
Ray on Vertex AI cluster management.
Learn how to create a cluster, list existing clusters, get a cluster, update a cluster, and delete a cluster. Learn more about Ray on Vertex AI overview. Tutorial steps
|
Colab Colab Enterprise GitHub Vertex AI Workbench |
Ray on Vertex AI Spark on Ray on Vertex AI |
Spark on Ray on Vertex AI.
Learn how to use RayDP to run Spark applications on a Ray cluster on Vertex AI. Learn more about Ray on Vertex AI. Learn more about Spark on Ray on Vertex AI. Tutorial steps
|
Colab Colab Enterprise GitHub Vertex AI Workbench |