You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the python api of client.get_experiment only return experiment info from yaml, but not include those dynamically determined by determined, such as pod address. Is there any method to get them from python or cli?
so, you can take the experiment id, then use kubectl or k8s APIs to find the matching pods by this prefix and get their pod addresses or other k8s-specific data.
Describe your question
Currently, the python api of
client.get_experiment
only return experiment info from yaml, but not include those dynamically determined by determined, such as pod address. Is there any method to get them from python or cli?Checklist
The text was updated successfully, but these errors were encountered: