from allegroai.backend_api.services.v2_13.tasks import GetAllRequest
task_query_qwargs = {“started”: [“2024-04-30T21:00:00”, “2024-05-02T21:00:00”]}
GetAllRequest(task_query_kwargs)
I am trying something like this and getting: ValueError: Unsupported keyword argument: started
Is there any way to filter clearML jobs by started date?
New contributor
Tali is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.