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

Struct ModelDeployment

pkg/graph/model/models_gen.go:81–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81type ModelDeployment struct {
82 Enabled bool `json:"enabled"`
83 CPU string `json:"cpu"`
84 Memory string `json:"memory"`
85}
86
87type Mutation struct {
88}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected