Skip to main content

Module builder

Module builder 

Source
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§

EngineBuilder
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.