updated imageinference api
Former-commit-id: cb39280dcc921074722e34f0387b613fbef4e2c6
This commit is contained in:
parent
5a0d3a9428
commit
eb4ca38875
|
@ -3,6 +3,7 @@ syntax = "v1"
|
||||||
type (
|
type (
|
||||||
InferOption {
|
InferOption {
|
||||||
TaskName string `json:"taskName"`
|
TaskName string `json:"taskName"`
|
||||||
|
ModelName string `json:"modelName"`
|
||||||
TaskType string `json:"taskType"`
|
TaskType string `json:"taskType"`
|
||||||
AdapterId string `json:"adapterId"`
|
AdapterId string `json:"adapterId"`
|
||||||
AiClusterIds []string `json:"aiClusterIds"`
|
AiClusterIds []string `json:"aiClusterIds"`
|
||||||
|
|
|
@ -5881,6 +5881,7 @@ type Category struct {
|
||||||
|
|
||||||
type InferOption struct {
|
type InferOption struct {
|
||||||
TaskName string `json:"taskName"`
|
TaskName string `json:"taskName"`
|
||||||
|
ModelName string `json:"modelName"`
|
||||||
TaskType string `json:"taskType"`
|
TaskType string `json:"taskType"`
|
||||||
AdapterId string `json:"adapterId"`
|
AdapterId string `json:"adapterId"`
|
||||||
AiClusterIds []string `json:"aiClusterIds"`
|
AiClusterIds []string `json:"aiClusterIds"`
|
||||||
|
|
Loading…
Reference in New Issue