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