Use the Vertex AI SDK for Python to compare runs. The Google Cloud console provides an easy way to compare these runs.
Compare runs
Compare runs
Vertex AI SDK for Python
experiment_name
: Provide a name for the experiment. You can find your list of experiments in the Google Cloud console by selecting Experiments in the section nav.project
: Your project ID. You can find these IDs in the Google Cloud console welcome page.location
: See List of available locations.
Get runs data
These samples involve getting run metrics, run parameters, runtime series metrics, artifacts, and experiment run classification.
Summary metrics
Vertex AI SDK for Python
run_name
: Specify the appropriate run name for this session.experiment
: The name or instance of this experiment. You can find your list of experiments in the Google Cloud console by selecting Experiments in the section nav.project
: Your project ID. You can find these in the Google Cloud console welcome page.location
: See List of available locations.
Parameters
Vertex AI SDK for Python
run_name
: Specify the appropriate run name for this session.experiment
: The name or instance of this experiment. You can find your list of experiments in the Google Cloud console by selecting Experiments in the section nav.project
: Your project ID. You can find these in the Google Cloud console welcome page.location
: See List of available locations.
Time series metrics
Vertex AI SDK for Python
run_name
: Specify the appropriate run name for this session.experiment
: The name or instance of this experiment. You can find your list of experiments in the Google Cloud console by selecting Experiments in the section nav.project
: Your project ID. You can find these in the Google Cloud console welcome page.location
: See List of available locations.
Artifacts
Vertex AI SDK for Python
run_name
: Specify the appropriate run name for this session.experiment
: The name or instance of this experiment. You can find your list of experiments in the Google Cloud console by selecting Experiments in the section nav.project
: Your project ID. You can find these in the Google Cloud console welcome page.location
: See List of available locations.
Classification metrics
Vertex AI SDK for Python
run_name
: Specify the appropriate run name for this session.experiment
: The name or instance of this experiment. You can find your list of experiments in the Google Cloud console by selecting Experiments in the section nav.project
: Your project ID. You can find these in the Google Cloud console welcome page.location
: See List of available locations.
Google Cloud console
Compare experiment runs
Use the Google Cloud console to view details of your experiment runs
- In the Google Cloud console, go to the Experiments page.
Go to Experiments.
A list of experiments appears in the Experiments page. - Select the experiment containing the runs that you want to check.
A list of runs appears.

See Create and manage experiment runs for how to update the status of a run.
View experiment run details
Use the Google Cloud console to view details of your experiment runs
- In the Google Cloud console, go to the Experiments page.
Go to Experiments.
A list of experiments appears in the Experiments page. - Select the experiment containing the run that you want to check.
A list of runs appears. - Select the desired run.
The page containing the run's basic details, and associated parameters, metrics, and artifacts information appears.

View artifact lineage
To view an artifact's lineage follow the steps for "View experiment run details". From the run details page, select the Artifact ID to see the artifact's lineage.
