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
Documentation Is Not Good Because Beginner Or Intermiate People Cant Undeerstand, Only More 20 Years Of Exp Can I Understand.. I Checked With Exp People So I Am Saying. I Am Intermiate Guy

Documentation is not good because beginner or intermiate people cant undeerstand, only more 20 years of exp can i understand.. i checked with exp people so i am saying. i am intermiate guy

  
  
Posted 2 years ago
Votes Newest

Answers 42


You can open developer tools (F12) and see in the UI what is happening when you create a new queue 🙂

  
  
Posted 2 years ago

@<1523701087100473344:profile|SuccessfulKoala55> @<1523701070390366208:profile|CostlyOstrich36> do u have any idea??

  
  
Posted 2 years ago

but missing part now.. queue.. this one even not there in doc..little worried now 🥶

  
  
Posted 2 years ago

this is my scirpt working fine.. thnks for the help..

  
  
Posted 2 years ago

okay let me try..

  
  
Posted 2 years ago

Yes, this is how to create fixed users

  
  
Posted 2 years ago

The only thing you can do is, if you are using fixed users in the server configuration, you can use the fixed user's username and password as a credential set (username=key, password=secret)

  
  
Posted 2 years ago

or before i have to do?? my case this one also its not working

  
  
Posted 2 years ago

my concern.. is .. if you can explain how to create access key & secret key from backend then all good..

  
  
Posted 2 years ago

@<1523701087100473344:profile|SuccessfulKoala55> @<1523701070390366208:profile|CostlyOstrich36> thanks for the help.. i created creds.. using this command

curl -s -u "antony:antony" 

now i need help to bypass clearml-init manual paste key its wont support .. any other bypass is available

  
  
Posted 2 years ago

Can you link to the the documentation you're referring to?

  
  
Posted 2 years ago

yeah i tried.. but its needed access key & secret ley

  
  
Posted 2 years ago
122K Views
42 Answers
2 years ago
2 years ago
Tags