Manually log metrics with Vertex AI Experiments
Stay organized with collections
Save and categorize content based on your preferences.
TensorBoard time series metrics can be manually logged with a
Vertex AI Experiments run. These metrics are visualized in the
Vertex AI Experiments console, or in your Vertex AI TensorBoard
experiment web app.
experiment_name: Provide a name for your experiment.
run_name: Provide a run name.
metrics: Dictionary of where keys are metric names and values are metric
values.
step: Optional. Step index of this data point within the run.
wall_time: Optional. Wall clock timestamp when this data point
is generated by the end user. If not provided, wall_time is generated
based on the value from time.time().
project: . You can find these IDs in the Google Cloud console
welcome page.
location: Location of your experiment and TensorBoard instance.
If the experiment or TensorBoard don't already exist they will be created in this
location.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-05-27 UTC."],[],[]]