Custom training autologging: Notebook Stay organized with collections Save and categorize content based on your preferences.
As a data scientist experimenting with large models, you need a way to runexperiments on a scalable training service to log parameters and metrics.This enables reproducibility.
With Vertex AI training and experiments autologging integration,you can run your ML experiments at scale and autolog their parameters andmetrics by using theenable_autolog argument.
Notebook: Vertex AI Experiments: Custom training autologging - Local script
To see an example of getting started with custom autologging with a local script, run the "Vertex AI Experiments: Autologging" notebook in one of the following environments:
Open in Colab |Open in Colab Enterprise |Openin Vertex AI Workbench |View on GitHub
This tutorial uses the following Google Cloud ML services and resources:
- Vertex AI Experiments
- Vertex AI training
The steps performed include:
- Formalize model experiment in a script.
- Run model training using local script on Vertex AI training.
- Check out ML experiment parameters and metrics inVertex AI Experiments.
Relevant content
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-02-18 UTC.
Open in Colab
Open in Colab Enterprise
Openin Vertex AI Workbench
View on GitHub