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! I Am Wondering If There Is A Way To Check Which S3 Is Associated To Which Project Once You Have Created Them? I Am Looking At The Mongo Docker Container In My Clearml Server But There Should Be An Easier Way? Thanks.

Hi! I am wondering if there is a way to check which S3 is associated to which project once you have created them? I am looking at the mongo docker container in my ClearML Server but there should be an easier way? Thanks.

  
  
Posted 8 months ago
Votes Newest

Answers 2


Hi @<1523701087100473344:profile|SuccessfulKoala55> thanks for your response. What I mean is that in the Web UI when you are creating a project you have storage (S3) field at the bottom of the create project pop-up, where you enter the S3 bucket that you want to associate with the project. Now, the thing is, you can’t visualize that information after the project is created, anywhere in the UI, as far as I can tell. So, it would be great to be able to see the configured bucket somewhere in the UI. It would be very useful as the number of projects grow, because then you can quickly identify the bucket and go there if you need to retrieve any data.

  
  
Posted 8 months ago

Hi @<1603198134261911552:profile|ColossalReindeer77> , the clearml SDK can use whichever s3 bucket it chooses, regardless of the project used - I'm not sure I understand what you're referring to

  
  
Posted 8 months ago
435 Views
2 Answers
8 months ago
8 months ago
Tags