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 one year ago
Votes Newest

Answers 42


The dynamic access creation is only dont by the UI

  
  
Posted one year ago

SuccessfulKoala55 CostlyOstrich36 do u have any idea??

  
  
Posted one year ago

if u say clearml have good security.. i dont agree.. i dont see any username & password authentication.. its open server

  
  
Posted one year ago

Instead of the cookie you need to use Basic Auth, with the username and password

  
  
Posted one year ago

i hope you are saying this method.. i tried but i dont see any changes in UI, how can i verify sir
image

  
  
Posted one year ago

Hi GorgeousPuppy74 , you can get the key/secret pair from the ClearML UI.
I think this is the documentation you were looking for: None
You can access the settings page via the profile icon at the top right.

  
  
Posted one year ago

user creation even it will work after containers is up right

  
  
Posted one year ago

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

  
  
Posted one year ago

but i need it.. from terminal.. how to create using terminal in clearml server. this one i needed.. how to create access key & secret key using terminal

  
  
Posted one year ago

You need to authenticate your communication with the ClearML server initially somehow, no? Otherwise basically anyone can create credentials on your server...
After you have authentication you can create credentials via the terminal.

You can create up to 10 sets of credentials per user so if you plan on creating new credentials every time you want to run a job - this is an incorrect approach.

Therefor - you should create the credentials once and then use them as environment variables as you were suggested to do.

Makes sense?

  
  
Posted one year ago

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

  
  
Posted one year ago

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

  
  
Posted one year ago
75K Views
42 Answers
one year ago
one year ago
Tags