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 one year ago
Votes Newest

Answers 5


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

  
  
Posted one year ago

Thank you SuccessfulKoala55 !

  
  
Posted one year 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 one year ago

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

  
  
Posted one year ago

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

  
  
Posted one year ago
621 Views
5 Answers
one year ago
one year ago
Tags