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 Abit Of A Crazy Question... But Is It Possible To Use Clearml In Rust, Without Writing A Wrapper. I Noticed The Api Doesnt Cover Dataset Operations But The Cli Can.

Hi abit of a crazy question... but is it possible to use ClearML in Rust, without writing a wrapper. I noticed the API doesnt cover dataset operations but the CLI can.

  
  
Posted 11 days ago
Votes Newest

Answers 3


Hi @<1747428509627715584:profile|CumbersomeDuck6>

but is it possible to use ClearML in Rust, without writing a wrapper.

With the RestAPI you can...

noticed the API doesnt cover dataset operations but the CLI can.

Yes the CLI will fetch/create datasets for you,
wdyt?

  
  
Posted 10 days ago

BTW: if you feel like writing a wrapper it could be cool 🙂

  
  
Posted 10 days ago

I was advised not to do a wrapper haha due to lack of time, but anyway with the restapi i dont think there is a datasets endpoint and with the CLI im not rly able to access details of the created dataset such as dependency graph,date created etc from the CLI, so that us holding me back from solely using rust

  
  
Posted 9 days ago
26 Views
3 Answers
11 days ago
9 days ago
Tags