Unanswered
Hi All, How Can I Get The Status Of A Component From Another Component In The Clearml Pipeline (End, Pending, Running)? I Want To Run The Triton Server As A "Daemon" Thread Inside The Component And So That Other Pipeline Components Can Access It (Request)
Hi @<1603198163143888896:profile|LonelyKangaroo55> ! Each pipeline component runs in a task. So you first need the IDEs of each component you try to query. The you can use Task.get_task
None to get the task object, the you can use Task,get_status
to get the status None .
To get the ids, you can use something like None or None , which will return a list/dict of Nodes which have a base_task_id property
138 Views
0
Answers
one year ago
one year ago