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

Struct SeldonAPI

tests/integration/pkg/resources/seldon_api.go:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17)
18
19type SeldonAPI struct {
20 schedulerClient *cli.SchedulerClient
21 inferClient *SeldonInferAPI
22}
23
24func NewSeldonAPI() (*SeldonAPI, error) {
25 // Setting hardwired ports for now

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected