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
Hi All, I Am Trying To Understand How The Communication Between Clearml Server And Clearml Agent Takes Place And What All Ports/Protocols Are Involved, If Both Are On Different Machines. As Per The Documentation Here -

Hi all,
I am trying to understand how the communication between ClearML Server and ClearML Agent takes place and what all ports/protocols are involved, if both are on different machines.
As per the documentation here - None , the agent pulls the task from the queue. If we have installed the ClearML Agent as a pip package, would the same still be applicable?

  
  
Posted 9 months ago
Votes Newest

Answers 2


Hi @<1587977852635058176:profile|FloppyTurtle49> , yes same would be applicable. Regarding communication: It is one way communication from the agent to the clearml server done directly to the API server - basically what is defined in clearml.conf

Hope this clears things up

  
  
Posted 9 months ago

Thanks a lot. It helped.

  
  
Posted 9 months ago
490 Views
2 Answers
9 months ago
9 months ago
Tags