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 Have A Question - Is There A Way To Upload A Local (

Hi all,
I have a question - is there a way to upload a local ( user local ) file to the pipeline as parameter?
More specifically - I want the users to be able to drag and place a file as an input (from the clearml GUI, not from script).

  
  
Posted one year ago
Votes Newest

Answers


Hi @<1539417873305309184:profile|DangerousMole43> , I don't think such a capability exists. You can however add a link to a file as a parameter and then run it from the GUI.

Regarding the drag and drop capability I think it's a really cool idea! Maybe open a feature request on GitHub?

  
  
Posted one year ago
682 Views
1 Answer
one year ago
one year ago
Tags
Similar posts