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 All, Does Anyone Know How To Change The Id Of A Running Agent? Or Create An Agent With A Predetermined Id?

Hello all,
Does anyone know how to change the ID of a running agent? Or create an agent with a predetermined ID?

  
  
Posted one year ago
Votes Newest

Answers 4


Will it work retroavtively, or do I need to create the agent with said name?
And if so, how do I create an agent with a predetermined name?

  
  
Posted one year ago

you configure the worker name in clearml.conf and I think you'll need to re-run it

  
  
Posted one year ago

Hi @<1533619716533260288:profile|SmallPigeon24> , I think the worker id is dependent on the worker name, so you can control it this way

  
  
Posted one year ago

Thank you. It says in the doco I can use enviromental to control the ID, but I don't understand how -
None

  
  
Posted one year ago