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
Separate Problem From The Above. I Cannot Get The Clearml-Init Command To Accept Credentials Made By My Clearml Self-Hosted Web App. I Am Running The Web App Docker Container On A Rhel Server With The Ports As Described By Clearml’S Docs Open To Tcp I


clearml-init
ClearML SDK setup process

Please create new clearml credentials through the settings page in your clearml-server web app (e.g. None )
Or create a free account at None

In settings page, press "Create new credentials", then press "Copy to clipboard".

Paste copied configuration here:
api {
web_server: http://:8080
api_server: http://
:8008
files_server: http://:8081
credentials {
"access_key" = "
*"
"secret_key" = "
***"
}
}
Detected credentials key="
*************" secret="
*****"

ClearML Hosts configuration:
Web App: http://:8080
API: http://
:8008
File Store: http://*:8081

Verifying credentials ...
Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.connection.HTTPConnection object at 0x7fa25dfc85e0>, 'Connection to * timed out. (connect timeout=3.0)')': /auth.login
Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.connection.HTTPConnection object at 0x7fa25dfc8b80>, 'Connection to * timed out. (connect timeout=3.0)')': /auth.login
Error: could not verify credentials: key=******* secret=*****

  
  
Posted one year ago
101 Views
0 Answers
one year ago
one year ago