updated deployinstancelist logic
Former-commit-id: 2be82315a1c11d3aded5202ca97487720ed97c60
This commit is contained in:
parent
91bfc6e6b3
commit
73bd1a7f08
|
@ -114,8 +114,8 @@ func (l *DeployInstanceListLogic) GenerateDeployTasks(tasklist []*models.AiDeplo
|
|||
}
|
||||
|
||||
type DeployTask struct {
|
||||
Id int64 `json:"id,string"`
|
||||
Name string `json:"name,string"`
|
||||
Desc string `json:"desc,string"`
|
||||
Id int64 `json:"id,string"`
|
||||
Name string
|
||||
Desc string
|
||||
Instances []*models.AiInferDeployInstance `json:"instances,string"`
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue