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
Unanswered
Hi Jake, I Hope You Are Well. Last Time You Shared Me Clearml Token Creation. This Method Expecting Keys. But Our Case We Need To Create Clearml_Basic_Token Without Auth. So I Can Use Bash Script To Bypass Clearml Agent Authentication.. I Am Mentioning Y

@<1523701087100473344:profile|SuccessfulKoala55> hi jake, i hope you are well. last time you shared me clearml token creation. this method expecting keys. but our case we need to create clearml_basic_token without auth. so i can use bash script to bypass clearml agent authentication.. i am mentioning your script export CLEARML_API_TOKEN=$(curl -s -u "$CLEARML_ACCESS_KEY:$CLEARML_SECRET_KEY" $CLEARML_SERVER/auth.login | jq -r '.data.token')

  
  
Posted 11 months ago
Votes Newest

Answers

494 Views
0 Answers
11 months ago
11 months ago
Tags