mirror of
https://github.com/clearml/clearml-server
synced 2025-04-27 17:31:25 +00:00
Add Model.last_update to schema
This commit is contained in:
parent
b55fad1b59
commit
4d2f282950
@ -39,6 +39,11 @@ _definitions {
|
|||||||
type: string
|
type: string
|
||||||
format: "date-time"
|
format: "date-time"
|
||||||
}
|
}
|
||||||
|
last_update {
|
||||||
|
description: "Model last update time"
|
||||||
|
type: string
|
||||||
|
format: "date-time"
|
||||||
|
}
|
||||||
task {
|
task {
|
||||||
description: "Task ID of task in which the model was created"
|
description: "Task ID of task in which the model was created"
|
||||||
type: string
|
type: string
|
||||||
|
Loading…
Reference in New Issue
Block a user