Skip to content

Commit d4d8613

Browse files
vertex-sdk-botcopybara-github
authored andcommitted
fix: Change scheduled pipelines client dashboard uri to view created schedules. Note: uri will not work until scheduler UI is GA.
PiperOrigin-RevId: 540369950
1 parent 0ab62a0 commit d4d8613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/cloud/aiplatform/preview/schedule/schedules.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -194,5 +194,5 @@ def _dashboard_uri(self) -> str:
194194
Dashboard uri where Schedule can be viewed.
195195
"""
196196
fields = self._parse_resource_name(self.resource_name)
197-
url = f"https://console.cloud.google.com/vertex-ai/locations/{fields['location']}/pipelines/runs/{fields['schedule']}?project={fields['project']}"
197+
url = f"https://console.cloud.google.com/vertex-ai/locations/{fields['location']}/pipelines/schedules/{fields['schedule']}?project={fields['project']}"
198198
return url

0 commit comments

Comments
 (0)