Unanswered
Hi Everyone,
We Are Using Clearml In Our Setup.
I Am Trying To Retrieve Workers And Gpu Utilization From Clearml Api. Can I Get Info How Do I Get Api Token For That And What Endpoints Should Be Useful In That Case?
I Need To Retrieve Busy Workers For A Sp
This worked out.
`
from clearml.backend_api.session.client import APIClient
Create an instance of APIClient
client = APIClient()
project_list = client.workers.get_all()
print(project_list) `
172 Views
0
Answers
2 years ago
one year ago