Hi GiganticTurtle0 ,
Not directly with the sdk but you can use the APIClient:
` from clearml.backend_api.session.client import APIClient
api_client = APIClient()
api_client.queues.create("your queue name") `
Is there any way to create a queue from code?
Hi GiganticTurtle0 ,
Not directly with the sdk but you can use the APIClient:
` from clearml.backend_api.session.client import APIClient
api_client = APIClient()
api_client.queues.create("your queue name") `