Browse Source

多段提交+用户信息接口调整

pull/56/head
JeshuaRen 3 months ago
parent
commit
19da00828b
2 changed files with 3 additions and 1 deletions
  1. +2
    -1
      sdks/pcmscheduler/models.go
  2. +1
    -0
      sdks/scheduler/models.go

+ 2
- 1
sdks/pcmscheduler/models.go View File

@@ -81,7 +81,8 @@ const (
URL = "url"
ID = "id"

Startup = "startup"
Startup = "startup"
OnlyCreate = "onlyCreate"

Schedule = "schedule"



+ 1
- 0
sdks/scheduler/models.go View File

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


Loading…
Cancel
Save