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
Unanswered
Hi, A Couple Of Questions, If A Worker'S Gpus Are Being Used (Not By Trains Queue, But Because Of Another Program), Would The Queue Take Another Available Worker? Does Trains-Agent Consider The Gpu Current Usage When Picking A Worker? Second, I Know That

Hi, a couple of questions,
If a worker's GPUs are being used (not by trains queue, but because of another program), would the queue take another available worker? Does trains-agent consider the GPU current usage when picking a worker?
Second, I know that you can add a task step and override its parameters in a pipeline. But if I want to change the commit-id, will that be possible to change in the override_parameter argument as well? AgitatedDove14 mentioned it's possible to change the commit-id by exporting the task, but then I remain with a task object I cannot feed as a step to the pipeline. So what do I do in that case?

  
  
Posted 3 years ago
Votes Newest

Answers

588 Views
0 Answers
3 years ago
one year ago
Tags
Similar posts