Expand description
Model runtime port for proxy model management.
This port defines the interface for ensuring a model is running and ready to serve requests. It abstracts the process management details from the proxy layer.
Structs§
- Running
Target - Target information for a running model instance.
Enums§
- Model
Runtime Error - Errors that can occur during model runtime operations.
Traits§
- Model
Runtime Port - Port for managing model runtime (ensuring models are running).