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
Is There A Way To Copy The Parameters From The Tasks In A Pipeline?

Is there a way to copy the parameters from the tasks in a pipeline?

  
  
Posted 2 years ago
Votes Newest

Answers 3


StraightDog31 can you elaborate? where are the parameters stored? who is trying to access them, and maybe for what purpose ?

  
  
Posted 2 years ago

The screenshot is from the clearml server. Sometimes I run the pipeline on server and monitor it. If a task has failed, I want to copy these parameters and debug the task locally. But clearml does not allow me to copy them. So I have to download this as a JSON and search for the params there

  
  
Posted 2 years ago

What is the efficient way of doing this?

  
  
Posted 2 years ago
516 Views
3 Answers
2 years ago
one year ago
Tags
Similar posts