@<1523701435869433856:profile|SmugDolphin23> Hi, want to ask connected question. How can I find out the hostname of the component from other component, because we have tasks running on different machines in aws and for the client sdk we need to understand where to send the inference request. I thought about the config-server, to which the triton sends pipelineID: hostname and the client then receives information from it knowing the pipelineID. But maybe there is a simpler solution? Also think about config file in s3 bucket)
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
@<1523701435869433856:profile|SmugDolphin23> Thank you