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

Struct Model

pkg/graph/model/models_gen.go:72–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72type Model struct {
73 ID string `json:"id"`
74 Type ModelType `json:"type"`
75 DisplayName string `json:"displayName"`
76 Status ModelStatus `json:"status"`
77 HuggingFace *HuggingFace `json:"huggingFace,omitempty"`
78 Deployment *ModelDeployment `json:"deployment,omitempty"`
79}
80
81type ModelDeployment struct {
82 Enabled bool `json:"enabled"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected