Skip to content

Commit

Permalink
feat: Change the icon for the model evaluation link to a lightbulb fo…
Browse files Browse the repository at this point in the history
…r ipython environments

PiperOrigin-RevId: 644513649
  • Loading branch information
matthew29tang authored and copybara-github committed Jun 18, 2024
1 parent 4742a87 commit 7dad7f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/cloud/aiplatform/utils/_ipython_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,4 +227,4 @@ def display_model_evaluation_button(
+ f"{location}/models/{model_id}/versions/{version_id}/evaluations/"
+ f"{evaluation_id}?project={project}"
)
display_link("View Model Evaluation", uri, "model_training")
display_link("View Model Evaluation", uri, "lightbulb")

0 comments on commit 7dad7f0

Please sign in to comment.