Skip to content

Commit

Permalink
fix: Model Monitor console uri.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 638469325
  • Loading branch information
vertex-sdk-bot authored and copybara-github committed May 30, 2024
1 parent 8960a80 commit 71fbc81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vertexai/resources/preview/ml_monitoring/model_monitors.py
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ def create(
)
model_monitor_id = self._gca_resource.name.split("/")[-1]
_LOGGER.info(
f"https://console.cloud.google.com/vertex-ai/model-monitoring/locations/{location}/modelMonitors/{model_monitor_id}?project={project}"
f"https://console.cloud.google.com/vertex-ai/model-monitoring/locations/{location}/model-monitors/{model_monitor_id}?project={project}"
)
return self

Expand Down

0 comments on commit 71fbc81

Please sign in to comment.