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
Another Question: How Can I Set The Fileserver Ip? E.G. I Want The Artifact Locations To Point To My Proxy Server, So That I Can Support Ssl

Another question: How can I set the fileserver IP? E.g. I want the artifact locations to point to my proxy server, so that I can support SSL

  
  
Posted 2 years ago
Votes Newest

Answers 4


You can configure it in ~/clearml.conf at api.files_server

  
  
Posted 2 years ago

Thank you very much for the quick answer. Still so confusing to me that so many things are configured client side 😄

  
  
Posted 2 years ago

Yea, that I knew 😄 But somehow I didn't think about the clearml.conf

  
  
Posted 2 years ago

The cool thing is that you can also configure this from code as well 🙂
One example is:
https://clear.ml/docs/latest/docs/references/sdk/task#taskinit
Task.init(...,output_uri="<URL_TO_BUCKET>")

  
  
Posted 2 years ago
571 Views
4 Answers
2 years ago
one year ago
Tags