| 15 | } |
| 16 | |
| 17 | type AddModelInput struct { |
| 18 | Type ModelType `json:"type"` |
| 19 | HuggingFace *HuggingFaceInput `json:"huggingFace,omitempty"` |
| 20 | } |
| 21 | |
| 22 | type AddPipelineDeploymentInput struct { |
| 23 | ID string `json:"id"` |
nothing calls this directly
no outgoing calls
no test coverage detected