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 All - I'M A Little Confused By The Option To Use A Cloud Storage Bucket For The Fileserver Instead Of The Vm Where The Server Is Hosted. Is This Something That Can Be Configured On The Server Or Does It Need To Be Configured Locally For Each User In Th

Hi all - I'm a little confused by the option to use a cloud storage bucket for the fileserver instead of the VM where the server is hosted. Is this something that can be configured on the server or does it need to be configured locally for each user in their own clearml.conf?

  
  
Posted one year ago
Votes Newest

Answers 7


DashingKoala39 for several users to share data, they would need to have access to the same bucket. Each user can configure their own clearml.conf when running stuff locally, and as AmiableFish73 mentioned, you usually configure agents once (with whatever access credentials and cloud storage you wish), and most of the time users will preview the results in the webapp (where they need to provide access credentials to cloud storage, usually read-only credentials)

  
  
Posted one year ago

Hi CostlyOstrich36 ! Thanks I appreciate the answer! When you say configure it on the clearml.conf level, that means then that this is a user-level configuration that each user of the server would need to individually configure, right? Or is there a way to configure this on the server so that when a new user makes a connection to the server, it gets automatically configured for them?

  
  
Posted one year ago

I think the idea is that end-users should access artifacts via the web interface. And jobs should run with the ClearML agent. Only configure clearml.conf for the user account under which you are running your ClearML Agents, and only on the servers which are running your agents.

  
  
Posted one year ago

Thanks John! Though that does seem a little confusing as then anyone could really set up their own storage and wouldn't others potentially have difficulty accessing the artifacts if they needed to?

  
  
Posted one year ago

DashingKoala39 , you'll need to configure each server individually 🙂

  
  
Posted one year ago

Hi DashingKoala39 , some people prefer to use S3 or other storage solutions instead of the integrated fileserver. You can configure it on the clearml.conf level and the task level

  
  
Posted one year ago

Ahh I see, I think I understand the workflow now, thanks!

  
  
Posted one year ago
609 Views
7 Answers
one year ago
one year ago
Tags
Similar posts