diff --git a/sdks/pcmscheduler/models.go b/sdks/pcmscheduler/models.go index eb08aca..96c783a 100644 --- a/sdks/pcmscheduler/models.go +++ b/sdks/pcmscheduler/models.go @@ -81,7 +81,8 @@ const ( URL = "url" ID = "id" - Startup = "startup" + Startup = "startup" + OnlyCreate = "onlyCreate" Schedule = "schedule" diff --git a/sdks/scheduler/models.go b/sdks/scheduler/models.go index 1a2c537..7375056 100644 --- a/sdks/scheduler/models.go +++ b/sdks/scheduler/models.go @@ -161,6 +161,7 @@ type AIJobInfo struct { Type string `json:"type"` Name string `json:"name"` Description string `json:"description"` + OnlyCreate bool `json:"onlyCreate"` Files JobFilesInfo `json:"files"` JobResources JobResources `json:"jobResources"` ResourceChoice ResourceChoice `json:"resourceChoice"`