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, Is There A Way To Restrict Users Uploading Their Dataset Data To The Server'S File_Server Instead Of An External Location? Specifically Since The Image Is 100Gb I Think And We Might Be Dealing With Far More Data Than That. This Is As A Clearml-Server

Hi, is there a way to restrict users uploading their Dataset data to the server's file_server instead of an external location? Specifically since the image is 100GB I think and we might be dealing with far more data than that. This is as a ClearML-Server administrator, for the Open Source version. Thank you!

  
  
Posted 2 years ago
Votes Newest

Answers 5


My pleasure 🙂
Keep me posted if you run into issues 🙂

  
  
Posted 2 years ago

Thank you SuccessfulKoala55 !

  
  
Posted 2 years ago

Well, I think there was only one person that I saw here who did it - it basically requires commenting out the service in the docker-compose.yml file 🙂

  
  
Posted 2 years ago

Oh sweet! Is there instructions on how to disable the fileserver service?

  
  
Posted 2 years ago

Well, you can always disable the fileserver service and instruct your users to use some other external file storage like S3

  
  
Posted 2 years ago
1K Views
5 Answers
2 years ago
one year ago
Tags