Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeldonIO/seldon-core
/ Infer
Method
Infer
tests/integration/pkg/resources/seldon_k8s_api.go:108–110 ·
view source on GitHub ↗
(filename string, request string)
Source
from the content-addressed store, hash-verified
106
}
107
108
func
(s *SeldonK8sAPI) Infer(filename string, request string) ([]byte, error) {
109
return
s.inferClient.Infer(filename, request)
110
}
Callers
nothing calls this directly
Calls
1
Infer
Method · 0.65
Tested by
no test coverage detected