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
Hey, Everybody! I Have Such A Question, I Want To Link Clearml Web With My Git So That When I Add A New Task To Git It Will Be Automatically Added To The Queue Or Project Folder On Clearml Web, Can You Please Tell Me If There Is Such A Functionality And I

Hey, everybody!
I have such a question, I want to link ClearML Web with my git so that when I add a new task to git it will be automatically added to the queue or project folder on ClearML Web, can you please tell me if there is such a functionality and if so, how to implement it? Thanks!

  
  
Posted 2 months ago
Votes Newest

Answers 2


Hi @<1661904968040321024:profile|SpotlessOwl43> , you can achieve this using the REST API of ClearML - None

  
  
Posted 2 months ago

@<1523701070390366208:profile|CostlyOstrich36> Thanks

  
  
Posted 2 months ago
164 Views
2 Answers
2 months ago
2 months ago
Tags