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 Guys, Is There Cli To Download Artifacs Based On Id Artifacs?

hi guys,
is there CLI to download artifacs based on id artifacs?

  
  
Posted one year ago
Votes Newest

Answers 2


i want to download model before i run the my inference code. i can actually make simple script using cleaml-sdk before that, but i just look for CLI based solution.

  
  
Posted one year ago

There is a CLI for working with datasets but nothing specific for task artifacts I think, only the SDK. What is your use case?

  
  
Posted one year ago