|
|
@@ -6014,7 +6014,7 @@ type InferenceTaskStatResp struct { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
type StartAllByDeployTaskIdReq struct { |
|
|
type StartAllByDeployTaskIdReq struct { |
|
|
Id string `form:"deployTaskId" json:"deployTaskId"` |
|
|
|
|
|
|
|
|
Id string `json:"deployTaskId"` |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
type StartAllByDeployTaskIdResp struct { |
|
|
type StartAllByDeployTaskIdResp struct { |
|
|
|