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
Hello, I Am Trying To Run Clearml-Agent On Google Colab, And I Want To Setup Aws S3 Key-Secret. I Cannot Find ~/Clearml.Conf On Google Colab. Where Actually That File? Or Is There An Easy Way To Set That? Thanks!

hello,
i am trying to run clearml-agent on google colab, and i want to setup aws s3 key-secret. i cannot find ~/clearml.conf on google colab. where actually that file? or is there an easy way to set that? Thanks!

  
  
Posted one year ago
Votes Newest

Answers 5


Well you could let ClearML create the config file with: https://clear.ml/docs/latest/docs/references/sdk/task#taskset_credentials
store_conf_file=True

And then go edit the file.

But it's probably easier in your case to use https://clear.ml/docs/latest/docs/references/sdk/task#connect_configuration
and pass it your full configuration?

  
  
Posted one year ago

it seems i forgot using clearml-agent init.
i follow this way: https://clear.ml/docs/latest/docs/guides/ide/google_colab/

  
  
Posted one year ago

yeah, it seems i will try option 2 that you mentioned.
i upload my full my configuration, and when done using google colab my configuration will gone too.

  
  
Posted one year ago

You've got it all working now?

  
  
Posted one year ago

nope, still looking away to set AWS S3 secret_key without doing clearml-agent init

  
  
Posted one year ago
1K Views
5 Answers
one year ago
one year ago
Tags
aws