fix: update AiInfo task_ai
Former-commit-id: 8d900ea964c3d21e34eb015849f373d68e452fe6
This commit is contained in:
parent
26ac572400
commit
1bbb35d3cf
|
@ -136,20 +136,20 @@ type CloudInfo struct {
|
|||
}
|
||||
|
||||
type AiInfo struct {
|
||||
Id int64 `json:"id"` // id
|
||||
AdapterId int64 `json:"adapterId,omitempty,optional"`
|
||||
AdapterName string `json:"adapterName,omitempty,optional"`
|
||||
ClusterId int64 `json:"clusterId,omitempty,optional"`
|
||||
ClusterIds []int64 `json:"clusterIds,omitempty,optional"`
|
||||
TaskId int64 `json:"taskId,omitempty"`
|
||||
ClusterName string `json:"clusterName,omitempty,optional"`
|
||||
ImageId string `json:"imageId,omitempty"`
|
||||
ResourceId string `json:"resourceId,omitempty"`
|
||||
AlgorithmId string `json:"algorithmId,omitempty"`
|
||||
MetadataName string `json:"metadataName,omitempty"`
|
||||
Command string `json:"command,omitempty"`
|
||||
Environments string `json:"environments,omitempty"`
|
||||
Parameters string `json:"parameters,omitempty"`
|
||||
Id int64 `json:"id"` // id
|
||||
AdapterId int64 `json:"adapterId,omitempty,optional"`
|
||||
AdapterName string `json:"adapterName,omitempty,optional"`
|
||||
ClusterId int64 `json:"clusterId,omitempty,optional"`
|
||||
ClusterIds []int64 `json:"clusterIds,omitempty,optional"`
|
||||
TaskId int64 `json:"taskId,omitempty"`
|
||||
ClusterName string `json:"clusterName,omitempty,optional"`
|
||||
ImageId string `json:"imageId,omitempty"`
|
||||
//ResourceId string `json:"resourceId,omitempty"`
|
||||
AlgorithmId string `json:"algorithmId,omitempty"`
|
||||
MetadataName string `json:"metadataName,omitempty"`
|
||||
Command string `json:"command,omitempty"`
|
||||
Environments string `json:"environments,omitempty"`
|
||||
Parameters string `json:"parameters,omitempty"`
|
||||
|
||||
Name string `json:"name,omitempty"`
|
||||
Status string `json:"status,omitempty"`
|
||||
|
|
Loading…
Reference in New Issue