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

Struct HuggingFaceInput

pkg/graph/model/models_gen.go:66–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66type HuggingFaceInput struct {
67 Organization string `json:"organization"`
68 Name string `json:"name"`
69 MaxSequenceLength int `json:"maxSequenceLength"`
70}
71
72type Model struct {
73 ID string `json:"id"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected