updated imageinference api
Former-commit-id: 87a8f48882340c5df98f7cd1724bf3fd74836dc6
This commit is contained in:
parent
eb4ca38875
commit
0a0182a1bb
|
@ -3,8 +3,9 @@ syntax = "v1"
|
||||||
type (
|
type (
|
||||||
InferOption {
|
InferOption {
|
||||||
TaskName string `json:"taskName"`
|
TaskName string `json:"taskName"`
|
||||||
|
TaskDesc string `json:"taskDesc"`
|
||||||
ModelName string `json:"modelName"`
|
ModelName string `json:"modelName"`
|
||||||
TaskType string `json:"taskType"`
|
ModelType string `json:"modelType"`
|
||||||
AdapterId string `json:"adapterId"`
|
AdapterId string `json:"adapterId"`
|
||||||
AiClusterIds []string `json:"aiClusterIds"`
|
AiClusterIds []string `json:"aiClusterIds"`
|
||||||
ResourceType string `json:"resourceType"`
|
ResourceType string `json:"resourceType"`
|
||||||
|
|
|
@ -5881,8 +5881,9 @@ type Category struct {
|
||||||
|
|
||||||
type InferOption struct {
|
type InferOption struct {
|
||||||
TaskName string `json:"taskName"`
|
TaskName string `json:"taskName"`
|
||||||
|
TaskDesc string `json:"taskDesc"`
|
||||||
ModelName string `json:"modelName"`
|
ModelName string `json:"modelName"`
|
||||||
TaskType string `json:"taskType"`
|
ModelType string `json:"modelType"`
|
||||||
AdapterId string `json:"adapterId"`
|
AdapterId string `json:"adapterId"`
|
||||||
AiClusterIds []string `json:"aiClusterIds"`
|
AiClusterIds []string `json:"aiClusterIds"`
|
||||||
ResourceType string `json:"resourceType"`
|
ResourceType string `json:"resourceType"`
|
||||||
|
|
Loading…
Reference in New Issue