Hi @<1620955143929335808:profile|PleasantStork44> , can you please elaborate? You mean the info section of the task? Do you mean programmatically?
There aren't any specific functions for this. But all of this information sits on the task object. I suggest running dir(task)
to see where this attribute is stored
I found getter functions for the task's parameters and scalars, but I could not find a suitable getter function for info (hostname, gpu type, platform, etc )if there is any.