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

Method Load

tests/integration/pkg/resources/auto_api.go:21–21  ·  view source on GitHub ↗
(filename string)

Source from the content-addressed store, hash-verified

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)

Implementers 2

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

Calls

no outgoing calls