Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type R ¶
type R struct {
// contains filtered or unexported fields
}
R manages the routing table of models to engines.
func New ¶
func New(c config.InferenceManagerEngineConfig, k8sClient *k8s.Client) *R
New creates a new router.
func (*R) GetEngineForModel ¶
GetEngineForModel returns the engine address (ip and port) for the given model.
Click to show internal directories.
Click to hide internal directories.