-
Notifications
You must be signed in to change notification settings - Fork 143
Add watch function for PyTorchJob python Client API #246
Conversation
Check out this pull request on You'll be able to see Jupyter notebook diff and discuss changes. Powered by ReviewNB. |
Can you make similar changes that you added for tf operator? |
Yes, I'm going to do similar functions as for TFJob Python API. Thanks @johnugeorge |
e15526b
to
51eda7d
Compare
51eda7d
to
d539495
Compare
Once you remove WIP status, I can review. |
@johnugeorge Great thanks! That's ready for reviewing now. |
Thanks |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: johnugeorge The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Add watch function for the PyTorchJob python API to watch key info, such as status, like
kubeflow get pytorchjob
.The PR is going to add watch function (added one more option
watch=Flase
) for PyTorchJob python Clientget()
andwaiting_for_job()
API, as below:Due to CI tests failed while verifying code-gen, I also updated related files. Thanks.