Skip to content

Commit

Permalink
feat: Add display tuning job button for Ipython environments when get…
Browse files Browse the repository at this point in the history
…ting an existing job

PiperOrigin-RevId: 647386006
  • Loading branch information
vertex-sdk-bot authored and copybara-github committed Jun 27, 2024
1 parent ef5aeda commit 872b455
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion vertexai/tuning/_supervised_tuning.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,6 @@ def train(


class SupervisedTuningJob(_tuning.TuningJob):
pass
def __init__(self, tuning_job_name: str):
super().__init__(tuning_job_name=tuning_job_name)
_ipython_utils.display_model_tuning_button(self)

0 comments on commit 872b455

Please sign in to comment.