Skip to content

Commit 7dad7f0

Browse files
matthew29tangcopybara-github
authored andcommitted
feat: Change the icon for the model evaluation link to a lightbulb for ipython environments
PiperOrigin-RevId: 644513649
1 parent 4742a87 commit 7dad7f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/cloud/aiplatform/utils/_ipython_utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -227,4 +227,4 @@ def display_model_evaluation_button(
227227
+ f"{location}/models/{model_id}/versions/{version_id}/evaluations/"
228228
+ f"{evaluation_id}?project={project}"
229229
)
230-
display_link("View Model Evaluation", uri, "model_training")
230+
display_link("View Model Evaluation", uri, "lightbulb")

0 commit comments

Comments
 (0)