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 {
|
type AiInfo struct {
|
||||||
Id int64 `json:"id"` // id
|
Id int64 `json:"id"` // id
|
||||||
AdapterId int64 `json:"adapterId,omitempty,optional"`
|
AdapterId int64 `json:"adapterId,omitempty,optional"`
|
||||||
AdapterName string `json:"adapterName,omitempty,optional"`
|
AdapterName string `json:"adapterName,omitempty,optional"`
|
||||||
ClusterId int64 `json:"clusterId,omitempty,optional"`
|
ClusterId int64 `json:"clusterId,omitempty,optional"`
|
||||||
ClusterIds []int64 `json:"clusterIds,omitempty,optional"`
|
ClusterIds []int64 `json:"clusterIds,omitempty,optional"`
|
||||||
TaskId int64 `json:"taskId,omitempty"`
|
TaskId int64 `json:"taskId,omitempty"`
|
||||||
ClusterName string `json:"clusterName,omitempty,optional"`
|
ClusterName string `json:"clusterName,omitempty,optional"`
|
||||||
ImageId string `json:"imageId,omitempty"`
|
ImageId string `json:"imageId,omitempty"`
|
||||||
ResourceId string `json:"resourceId,omitempty"`
|
//ResourceId string `json:"resourceId,omitempty"`
|
||||||
AlgorithmId string `json:"algorithmId,omitempty"`
|
AlgorithmId string `json:"algorithmId,omitempty"`
|
||||||
MetadataName string `json:"metadataName,omitempty"`
|
MetadataName string `json:"metadataName,omitempty"`
|
||||||
Command string `json:"command,omitempty"`
|
Command string `json:"command,omitempty"`
|
||||||
Environments string `json:"environments,omitempty"`
|
Environments string `json:"environments,omitempty"`
|
||||||
Parameters string `json:"parameters,omitempty"`
|
Parameters string `json:"parameters,omitempty"`
|
||||||
|
|
||||||
Name string `json:"name,omitempty"`
|
Name string `json:"name,omitempty"`
|
||||||
Status string `json:"status,omitempty"`
|
Status string `json:"status,omitempty"`
|
||||||
|
|
Loading…
Reference in New Issue