| @@ -136,20 +136,20 @@ type CloudInfo struct { | |||||
| } | } | ||||
| type AiInfo struct { | type AiInfo struct { | ||||
| Id int64 `json:"id"` // id | |||||
| AdapterId int64 `json:"adapterId,omitempty,optional"` | |||||
| AdapterName string `json:"adapterName,omitempty,optional"` | |||||
| ClusterId int64 `json:"clusterId,omitempty,optional"` | |||||
| ClusterIds []int64 `json:"clusterIds,omitempty,optional"` | |||||
| TaskId int64 `json:"taskId,omitempty"` | |||||
| ClusterName string `json:"clusterName,omitempty,optional"` | |||||
| ImageId string `json:"imageId,omitempty"` | |||||
| ResourceId string `json:"resourceId,omitempty"` | |||||
| AlgorithmId string `json:"algorithmId,omitempty"` | |||||
| MetadataName string `json:"metadataName,omitempty"` | |||||
| Command string `json:"command,omitempty"` | |||||
| Environments string `json:"environments,omitempty"` | |||||
| Parameters string `json:"parameters,omitempty"` | |||||
| Id int64 `json:"id"` // id | |||||
| AdapterId int64 `json:"adapterId,omitempty,optional"` | |||||
| AdapterName string `json:"adapterName,omitempty,optional"` | |||||
| ClusterId int64 `json:"clusterId,omitempty,optional"` | |||||
| ClusterIds []int64 `json:"clusterIds,omitempty,optional"` | |||||
| TaskId int64 `json:"taskId,omitempty"` | |||||
| ClusterName string `json:"clusterName,omitempty,optional"` | |||||
| ImageId string `json:"imageId,omitempty"` | |||||
| //ResourceId string `json:"resourceId,omitempty"` | |||||
| AlgorithmId string `json:"algorithmId,omitempty"` | |||||
| MetadataName string `json:"metadataName,omitempty"` | |||||
| Command string `json:"command,omitempty"` | |||||
| Environments string `json:"environments,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"` | ||||