diff --git a/api/desc/schedule/pcm-schedule.api b/api/desc/schedule/pcm-schedule.api index d9946a33..0e425b2e 100644 --- a/api/desc/schedule/pcm-schedule.api +++ b/api/desc/schedule/pcm-schedule.api @@ -20,10 +20,18 @@ type ( } AiOption { + TaskName string `json:"taskName"` + AiClusterId string `json:"aiClusterId,optional"` ResourceType string `json:"resourceType"` + Tops float64 `json:"Tops,optional"` TaskType string `json:"taskType"` Datasets string `json:"datasets"` + Algorithm string `json:"algorithm"` Strategy string `json:"strategy"` + StaticWeightMap map[string]int32 `json:"staticWeightMap,optional"` + Params []string `json:"params,optional"` + Envs []string `json:"envs,optional"` + Cmd string `json:"cmd,optional"` } AiResourceTypesResp {