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
Profile picture
FoolishToad2
Moderator
1 Question, 2 Answers
  Active since 23 June 2024
  Last activity 2 months ago

Reputation

0

Badges 1

2 × Eureka!
0 Votes
4 Answers
262 Views
0 Votes 4 Answers 262 Views
Hey all . Two questions: - How do I configure clearml to use s3 as the storage backend? - How do I reload the config on a running server?
2 months ago
0 Hey All

I’m not sure yet . It’s my first day playing around with it .
As for the s3 storage, that would make the local cache only for locally run tasks, right? As in, the server stores the data on s3 and the agent will populate the local cache as needed?

2 months ago
0 Hey All

Yeah, I saw that. I didn’t see where to specify the bucket/prefix of the desired cache. It seems like this is for when the user (me) calls Storage.upload or whatever with a specific s3 Uri. I’m looking for s3 storage of all artifacts and return objects and everything.

Am I missing something?

2 months ago