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

Struct AddModelDeploymentInput

pkg/graph/model/models_gen.go:11–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9)
10
11type AddModelDeploymentInput struct {
12 ID string `json:"id"`
13 CPU string `json:"cpu"`
14 Memory string `json:"memory"`
15}
16
17type AddModelInput struct {
18 Type ModelType `json:"type"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected