MCPcopy Create free account
hub / github.com/docker/model-test / ModelConfigPair

Struct ModelConfigPair

models/test_result.go:35–39  ·  view source on GitHub ↗

ModelConfigPair represents a model and configuration combination

Source from the content-addressed store, hash-verified

33
34// ModelConfigPair represents a model and configuration combination
35type ModelConfigPair struct {
36 ModelName string `json:"model_name"`
37 Config TestConfig `json:"config"`
38 Score float64 `json:"score"`
39}
40
41// APIRequest represents the API request details
42type APIRequest struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected