MCPcopy Create free account
hub / github.com/encoder-run/operator / AddModelInput

Struct AddModelInput

pkg/graph/model/models_gen.go:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17type AddModelInput struct {
18 Type ModelType `json:"type"`
19 HuggingFace *HuggingFaceInput `json:"huggingFace,omitempty"`
20}
21
22type AddPipelineDeploymentInput struct {
23 ID string `json:"id"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected