fix: update AiInfo task_ai_async

Former-commit-id: 9ecc944d36e6fe7fafcc6760572bf90069663570
This commit is contained in:
qiwang 2024-10-24 16:54:14 +08:00
parent 437b1dbb3e
commit 1da1c53ac4
1 changed files with 2 additions and 2 deletions

View File

@ -146,7 +146,7 @@ type AiInfo struct {
ImageId string `json:"imageId,omitempty"`
//ResourceId string `json:"resourceId,omitempty"`
AlgorithmId string `json:"algorithmId,omitempty"`
MetadataName string `json:"metadataName,omitempty"`
//MetadataName string `json:"metadataName,omitempty"`
Command string `json:"command,omitempty"`
Environments string `json:"environments,omitempty"`
Parameters string `json:"parameters,omitempty"`