Expand description
Engine builder with registry-based component creation
This module provides a fluent builder API for creating inference engines using the component registry pattern. The builder supports:
- Configuration-driven component selection
- Custom component overrides
- Automatic fallback to defaults
- Validation before engine creation
Structs§
- Engine
Builder - Engine builder for creating inference engines with registry-based components
Functions§
- create_
engine - Create an engine with the default configuration and registry
- create_
prepared_ product_ engine - Create a product engine from the exact typed model package already used by startup capability and resource-policy resolution.
- create_
product_ engine - Create a product engine from one immutable role-specific source bundle.