updated imageinference api

Former-commit-id: 87a8f48882340c5df98f7cd1724bf3fd74836dc6
This commit is contained in:
tzwang 2024-06-19 19:35:01 +08:00
parent eb4ca38875
commit 0a0182a1bb
2 changed files with 4 additions and 2 deletions

View File

@ -3,8 +3,9 @@ syntax = "v1"
type (
InferOption {
TaskName string `json:"taskName"`
TaskDesc string `json:"taskDesc"`
ModelName string `json:"modelName"`
TaskType string `json:"taskType"`
ModelType string `json:"modelType"`
AdapterId string `json:"adapterId"`
AiClusterIds []string `json:"aiClusterIds"`
ResourceType string `json:"resourceType"`

View File

@ -5881,8 +5881,9 @@ type Category struct {
type InferOption struct {
TaskName string `json:"taskName"`
TaskDesc string `json:"taskDesc"`
ModelName string `json:"modelName"`
TaskType string `json:"taskType"`
ModelType string `json:"modelType"`
AdapterId string `json:"adapterId"`
AiClusterIds []string `json:"aiClusterIds"`
ResourceType string `json:"resourceType"`