mirror of
https://github.com/clearml/clearml-server
synced 2025-03-02 10:15:08 +00:00
14 lines
264 B
Plaintext
14 lines
264 B
Plaintext
![]() |
credentials {
|
||
|
type: object
|
||
|
properties {
|
||
|
access_key {
|
||
|
type: string
|
||
|
description: Credentials access key
|
||
|
}
|
||
|
secret_key {
|
||
|
type: string
|
||
|
description: Credentials secret key
|
||
|
}
|
||
|
}
|
||
|
}
|