fix: update AiInfo task_ai

Former-commit-id: 8d900ea964c3d21e34eb015849f373d68e452fe6
This commit is contained in:
qiwang 2024-10-24 15:35:16 +08:00
parent 26ac572400
commit 1bbb35d3cf
1 changed files with 14 additions and 14 deletions

View File

@ -144,7 +144,7 @@ type AiInfo struct {
TaskId int64 `json:"taskId,omitempty"`
ClusterName string `json:"clusterName,omitempty,optional"`
ImageId string `json:"imageId,omitempty"`
ResourceId string `json:"resourceId,omitempty"`
//ResourceId string `json:"resourceId,omitempty"`
AlgorithmId string `json:"algorithmId,omitempty"`
MetadataName string `json:"metadataName,omitempty"`
Command string `json:"command,omitempty"`