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.
Modules§
- error_
type - Canonical
error.typediscriminants, shared by every surface.
Structs§
- Launch
Overrides - Per-call launch overrides layered on a runtime’s standing configuration.
- Noop
Model Runtime - A
ModelRuntimePortthat never has anything running. - Running
Target - Target information for a running model instance.
- Runtime
Error Envelope - Structured, serializable view of a
ModelRuntimeError.
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).
Functions§
- is_
retryable_ error_ type - Whether a wire
error.typediscriminant denotes a retryable condition.