BTW: get_tasks has project_name argument, I would just use it 🙂
GreasyPenguin14 I think this is what you are looking forTask.get_project_id('project_name')
And is there an easy way to get all the metrics associated with a project?
Metrics are per Task, but you can get the min/max/last of all the tasks in a project. Is that it?
And is there an easy way to get all the metrics associated with a project?
Is there also a method to get all the project names?
I was looking for all the metric names, similar as what you get when clicking the '+ metric' in customize columns. But turns out I will implement it in a different way, not needed anymore
FYI: if you need to query stuff you can always look directly in the RestAPI:
https://github.com/allegroai/clearml/blob/master/clearml/backend_api/services/v2_9/projects.py
https://allegro.ai/clearml/docs/rst/references/clearml_api_ref/index.html