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
Is It Possible To Change The

Is it possible to change the files_server URL displayed when generating new credentials in the GUI? For example, to a GCP bucket address.

  
  
Posted 2 years ago
Votes Newest

Answers 12


CostlyOstrich36 thanks for getting back to me!

yes!

That's great! Please can you let me know how to do it/how to set the default files server?

However it would be advisable to also add the following argument to your code :

That's useful thanks, I didn't know about this kwarg

  
  
Posted 2 years ago

And what is the difference in behaviour between
Task.init(..., output_uri=True) and Task.init(..., output_uri=None) ?

  
  
Posted 2 years ago

And regarding the first question - Edit your ~/clearml.conf

  
  
Posted 2 years ago

I think it sits somewhere in the UI code

  
  
Posted 2 years ago

And regarding the first question - Edit your

~/clearml.conf

That would change what file server is used by me locally or an agent yes, but I want to change what is shown by the GUI so that would need to be a setting on the server itself?

  
  
Posted 2 years ago

When you generate new credentials in the GUI, it comes up with a section to copy and paste into either

clearml-init

or

~/clearml.conf

. I want the files server displayed here to be a GCP address

Regarding this - I think you should open a github feature request since there is currently no way to do this via UI

  
  
Posted 2 years ago

When you generate new credentials in the GUI, it comes up with a section to copy and paste into either clearml-init or ~/clearml.conf . I want the files server displayed here to be a GCP address

  
  
Posted 2 years ago

I think same as Task.init(..., output_uri=False) but give it a try 🙂

  
  
Posted 2 years ago

I think you should open a github feature request since there is currently no way to do this via UI

Will do. Is there a way to do it no via the UI? E.g. in the server configuration (I'm running a self hosted server)?

  
  
Posted 2 years ago

but I want to change what is shown by the GUI so that would need to be a setting on the server itself?

Can you please elaborate?

  
  
Posted 2 years ago

However it would be advisable to also add the following argument to your code : Task.init(..., output_uri=True)

  
  
Posted 2 years ago

SuperiorPanda77 , yes! 🙂

  
  
Posted 2 years ago
584 Views
12 Answers
2 years ago
one year ago
Tags