allegroai / clearml

ClearML - Auto-Magical CI/CD to streamline your AI workload. Experiment Management, Data Management, Pipeline, Orchestration, Scheduling & Serving in one MLOps/LLMOps solution
https://clear.ml/docs
Apache License 2.0
5.61k stars 651 forks source link

Docstring of Task.query_tasks #1062

Open Make42 opened 1 year ago

Make42 commented 1 year ago

I am not sure if the docstring of Task.query_tasks is correct for the tags.

I suspect that "__$all" is actually deprecated, considering https://clear.ml/docs/latest/docs/clearml_sdk/task_sdk/#tag-filters. I was not able to find anything in the code and suspect that this is implemented in the back-end. If "__$all" is deprecated, I would like to remove this part in the docstring. Please tell me: Is "__$all" deprecated?

@jkhenning might be able to answer this.