mirror of
https://github.com/clearml/clearml-server
synced 2025-06-26 23:15:47 +00:00
Add Artifacts support, changed tags to system_tags and added user tags
Add hyper parameter sorting Add min/max value for all time series metrics
This commit is contained in:
@@ -143,7 +143,8 @@ def get_credentials(call):
|
||||
# we return ONLY the key IDs, never the secrets (want a secret? create new credentials)
|
||||
call.result.data_model = GetCredentialsResponse(
|
||||
credentials=[
|
||||
CredentialsResponse(access_key=c.key) for c in user.credentials
|
||||
CredentialsResponse(access_key=c.key, last_used=c.last_used)
|
||||
for c in user.credentials
|
||||
]
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user