| @@ -156,13 +156,15 @@ func (d *DataBindingBase) Noop() {} | |||||
| type ModelBinding struct { | type ModelBinding struct { | ||||
| serder.Metadata `union:"model"` | serder.Metadata `union:"model"` | ||||
| DataBindingBase | DataBindingBase | ||||
| Type string `json:"type"` | |||||
| Name string `json:"name"` | |||||
| Category string `json:"category"` | |||||
| ModelType string `json:"modelType"` | |||||
| Env string `json:"env"` | |||||
| Version string `json:"version"` | |||||
| RepositoryName string `json:"repositoryName"` | |||||
| Type string `json:"type"` | |||||
| Name string `json:"name"` | |||||
| Description string `json:"description"` | |||||
| ClusterIDs []string `json:"clusterIDs"` | |||||
| Category string `json:"category"` | |||||
| ModelType string `json:"modelType"` | |||||
| Env string `json:"env"` | |||||
| Version string `json:"version"` | |||||
| RepositoryName string `json:"repositoryName"` | |||||
| } | } | ||||
| type HPCJobInfo struct { | type HPCJobInfo struct { | ||||