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