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, Is Clearml Able To Manage (Delete) Files Outside Of The Fileserver, For Example On Some Shared Drive? I Consider Scenario Where Only Local File Path To The Model Is Stored To Avoid Sending Large Weights Files Over Http.

Hey, is ClearML able to manage (delete) files outside of the fileserver, for example on some shared drive? I consider scenario where only local file path to the model is stored to avoid sending large weights files over HTTP.

  
  
Posted 9 months ago
Votes Newest

Answers


Hi @<1570220844972511232:profile|ObnoxiousBluewhale25> , I think the API server can delete things only from the files server currently. However the SDK certain has the capability to delete remote files

  
  
Posted 9 months ago