Add Model.last_update to schema

This commit is contained in:
allegroai 2021-05-03 18:09:54 +03:00
parent b55fad1b59
commit 4d2f282950

View File

@ -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