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

Interface SeldonBackendAPI

tests/integration/pkg/resources/auto_api.go:20–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18)
19
20type SeldonBackendAPI interface {
21 Load(filename string) error
22 Unload(filename string) error
23 IsLoaded(filename string) (bool, error)
24 Infer(filename string, request string) ([]byte, error)
25}
26
27func checkSeldonRunningLocally() (bool, error) {
28 ctx := context.Background()

Callers 15

TestModelInferenceFunction · 0.95
testInitialFetchFunction · 0.65
testUpdateModelVersionFunction · 0.65
mustFindValFunction · 0.65
mustFindValFunction · 0.65
TestModelInferenceFunction · 0.95
UnloadMethod · 0.65
TestModelInferenceFunction · 0.95
TestModelInferenceFunction · 0.95

Implementers 2

SeldonK8sAPItests/integration/pkg/resources/seldon
SeldonAPItests/integration/pkg/resources/seldon

Calls

no outgoing calls

Tested by

no test coverage detected