From 04d556f606f1ef92f3e319da9ee456354f2e69d5 Mon Sep 17 00:00:00 2001 From: Kyle Montemayor Date: Mon, 4 May 2026 15:39:26 -0700 Subject: [PATCH] Update other link for `agent-platform` --- gigl/common/services/vertex_ai.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gigl/common/services/vertex_ai.py b/gigl/common/services/vertex_ai.py index 6cbb968b3..fa40a74f0 100644 --- a/gigl/common/services/vertex_ai.py +++ b/gigl/common/services/vertex_ai.py @@ -360,7 +360,7 @@ def _submit_job( # Since for some reason upgrading from VertexAI v1.27.1 to v1.48.0 # caused the logs to occasionally not be printed. logger.info( - f"See job logs at: https://console.cloud.google.com/ai/platform/locations/{self._location}/training/{job.name}?project={self._project}" + f"See job logs at: https://console.cloud.google.com/agent-platform/locations/{self._location}/training/{job.name}?project={self._project}" ) job.wait_for_completion() return job