| 9 | ) |
| 10 | |
| 11 | type AddModelDeploymentInput struct { |
| 12 | ID string `json:"id"` |
| 13 | CPU string `json:"cpu"` |
| 14 | Memory string `json:"memory"` |
| 15 | } |
| 16 | |
| 17 | type AddModelInput struct { |
| 18 | Type ModelType `json:"type"` |
nothing calls this directly
no outgoing calls
no test coverage detected