Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Hello Everyone , How Can I Read The Hostname From The Info Section?

hello everyone , How can I read the hostname from the info section?

  
  
Posted 7 months ago
Votes Newest

Answers 4


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.

  
  
Posted 7 months ago

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

  
  
Posted 7 months ago

ok,thanks 👍

  
  
Posted 7 months ago

Hi @<1620955143929335808:profile|PleasantStork44> , can you please elaborate? You mean the info section of the task? Do you mean programmatically?

  
  
Posted 7 months ago
418 Views
4 Answers
7 months ago
7 months ago
Tags