Vertex AI is transitioning to become part of Gemini Enterprise Agent Platform. See the most up-to-date information in the Agent Platform documentation.
Manually log metrics with Agent Platform Experiments
Stay organized with collections
Save and categorize content based on your preferences.
TensorBoard time series metrics can be manually logged with a
Agent Platform Experiments run. These metrics are visualized in the
Agent Platform Experiments console, or in your Agent Platform 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-04-22 UTC."],[],[]]