MCPcopy Index your code
hub / github.com/FunctionStream/function-stream / ModelFunction

Struct ModelFunction

admin/client/model_model_function.go:23–31  ·  view source on GitHub ↗

ModelFunction struct for ModelFunction

Source from the content-addressed store, hash-verified

21
22// ModelFunction struct for ModelFunction
23type ModelFunction struct {
24 Config *map[string]string `json:"config,omitempty"`
25 Name string `json:"name"`
26 Namespace *string `json:"namespace,omitempty"`
27 Replicas int32 `json:"replicas"`
28 Runtime ModelRuntimeConfig `json:"runtime"`
29 Sink ModelTubeConfig `json:"sink"`
30 Source []ModelTubeConfig `json:"source"`
31}
32
33type _ModelFunction ModelFunction
34

Callers 1

UnmarshalJSONMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected