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 Everyone, Is It Possible To Set The Fileservers In The Auto-Generated Credentials Of The Users? I Use Minio Fileservers And Want To Provide The Url With The Credentials Automatically.

Hey everyone, is it possible to set the fileservers in the auto-generated credentials of the users? I use MinIO fileservers and want to provide the url with the credentials automatically.

  
  
Posted one year ago
Votes Newest

Answers 8


Okay, thank you anyways. I was just asking because I thought I had seen such a setting before. Must have been something different.

  
  
Posted one year ago

ReassuredTiger98 you mean when calling clearml-init ? or default value?

  
  
Posted one year ago

ohh, the copy paste thing when you generate credentials ?

  
  
Posted one year ago

I'm not sure this is configurable from the outside 😞

  
  
Posted one year ago

Exactly!

  
  
Posted one year ago

Ah, sore should have been more specific. I mean on the ClearML server.

  
  
Posted one year ago

In the UI

  
  
Posted one year ago

If it helps, you can override it on the clients with an OS environment CLEARML_FILES_HOST

  
  
Posted one year ago