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 one year ago
Votes Newest

Answers 4


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

  
  
Posted one year ago

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 one year 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 one year ago

ok,thanks 👍

  
  
Posted one year ago
744 Views
4 Answers
one year ago
one year ago
Tags