updated imageinference api

Former-commit-id: cb39280dcc921074722e34f0387b613fbef4e2c6
This commit is contained in:
tzwang 2024-06-19 19:30:09 +08:00
parent 5a0d3a9428
commit eb4ca38875
2 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@ syntax = "v1"
type (
InferOption {
TaskName string `json:"taskName"`
ModelName string `json:"modelName"`
TaskType string `json:"taskType"`
AdapterId string `json:"adapterId"`
AiClusterIds []string `json:"aiClusterIds"`

View File

@ -5881,6 +5881,7 @@ type Category struct {
type InferOption struct {
TaskName string `json:"taskName"`
ModelName string `json:"modelName"`
TaskType string `json:"taskType"`
AdapterId string `json:"adapterId"`
AiClusterIds []string `json:"aiClusterIds"`