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, Is There A Way To Add The Sdk

Votes Newest

Answers 4


I'm reading on task.set_credentials at the moment. What exactly are you trying to do?

  
  
Posted 2 years ago

add the google.storage parameters to the conf settings
sdk { google.storage { credentials = [ { bucket: "clearml-storage" project: "dev" credentials_json: /path/to/SA/creds/user.json }, ] } }%

  
  
Posted 2 years ago

Oh I see, I think TimelyPenguin76 worked with something similar.

  
  
Posted 2 years ago

TimelyPenguin76 - do you have any suggestions?

  
  
Posted 2 years ago
632 Views
4 Answers
2 years ago
one year ago
Tags
Similar posts