GiganticTurtle0 Hi 🙂
How about Task.get_task()
?
https://clear.ml/docs/latest/docs/references/sdk/task#taskget_task
You'd need to provide it the project name and task name
That' s right, I don't know why I was trying to make it so complicated 😅
GiganticTurtle0 , I think this would be up your alley, there is a 'parent' parameter even 🙂
https://clear.ml/docs/latest/docs/references/sdk/task#taskget_tasks
Well, I am thinking in the case that there are several pipelines in the system and that when filtering a task by its name and project I can get several tasks. How could I build a filter for Task.get_task(task_filter=...)
that returns only the task whose parent task is the pipeline task?
Anyway, is there any way to retrieve the information stored in the RESULTS tab of ClearML Web UI?