MCPcopy Create free account
hub / github.com/SeldonIO/seldon-core / Infer

Method Infer

tests/integration/pkg/resources/seldon_api.go:74–76  ·  view source on GitHub ↗
(filename string, request string)

Source from the content-addressed store, hash-verified

72}
73
74func (s *SeldonAPI) Infer(filename string, request string) ([]byte, error) {
75 return s.inferClient.Infer(filename, request)
76}

Callers

nothing calls this directly

Calls 1

InferMethod · 0.65

Tested by

no test coverage detected