fix: update AiInfo task_ai
Former-commit-id: 8d900ea964c3d21e34eb015849f373d68e452fe6
This commit is contained in:
parent
26ac572400
commit
1bbb35d3cf
|
@ -144,7 +144,7 @@ type AiInfo struct {
|
||||||
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"`
|
||||||
|
|
Loading…
Reference in New Issue