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 Guys! I'M Saving My Datasets On Our Self-Hosted Clearml File-Server. However, When Deleting Them Through The Ui, It Doesn'T Delete Them On The Server. I Have To Go To

Hey guys! I'm saving my datasets on our self-hosted ClearML file-server. However, when deleting them through the UI, it doesn't delete them on the server. I have to go to /opt/clearml/data/fileserver/project_name/.datasets/ and delete them manually. We have multiple hundreds of GB of data and it can explode pretty quickly. Would be nice if it could also delete them in the file-server

  
  
Posted one year ago
Votes Newest

Answers 3


Here are the versions: WebApp: 1.7.0-232 • Server: 1.7.0-232 • API: 2.21

  
  
Posted one year ago

Hi SmugSnake6 , interesting point! Maybe open a Github issue to track this 🙂

  
  
Posted one year ago

Hi SmugSnake6 , what version of the clearml server are you using?

  
  
Posted one year ago
754 Views
3 Answers
one year ago
one year ago
Tags