Access key
{{newCredential?.access_key}}
Secret key
{{newCredential?.secret_key}}
Copy the below info for input to 'clearml-init' configuration request, or modify your existing clearml.conf
api {{ '{' }} web_server: {{WEB_SERVER_URL}} api_server: {{displayedServerUrls?.apiServer || API_BASE_URL}} files_server: {{displayedServerUrls?.filesServer || fileBaseUrl}} {{'# ' + newCredential?.label}} credentials {{ '{' }} "access_key" = "{{newCredential?.access_key}}" "secret_key" = "{{newCredential?.secret_key}}" } }
Add the below to your notebook to configure ClearML
{{jupyterCode}}