fix: update AiInfo task_ai_async
Former-commit-id: 9ecc944d36e6fe7fafcc6760572bf90069663570
This commit is contained in:
parent
437b1dbb3e
commit
1da1c53ac4
|
@ -145,8 +145,8 @@ type AiInfo struct {
|
||||||
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"`
|
||||||
|
|
Loading…
Reference in New Issue