Unanswered
Hi,
Experiments Under Projects In Ui Is Same As Tasks In Api Endpoint?
In Other Words, When Iterating Over
` from clearml.backend_api.session.client import APIClient
Create an instance of APIClient
client = APIClient()
users = client.users.get_all() `
I get
Traceback (most recent call last): File "get_all_users.py", line 13, in <module> users = client.users.get_all() AttributeError: 'APIClient' object has no attribute 'users'
Although,user = Task._get_default_session().send_request("users", "get_all", json={"id": [user_id]})
did the work.
159 Views
0
Answers
2 years ago
one year ago