VmaxConfig
- class VmaxBuilder.config.dataclasses.VmaxConfig(enabled: bool = True, method: str | None = None, options: dict[str, ~typing.Any]=<factory>, field_validation_modes: dict[str, ~VmaxBuilder.config.enums.ValidationMode]=<factory>, kcat_level: KcatLevel = KcatLevel.IFP_REACTION, kcat_strategy: str | None = None, allow_missing_kcat: bool = True)[source]
Generated: validation needed.
- Description:
Configuration for kcat resolution and reaction capacity computation.
- Parameters:
kcat_level (KcatLevel) – Canonical kcat level consumed by Vmax.
kcat_strategy (str | None) – Selected kcat predictor or resolver strategy.
allow_missing_kcat (bool) – Allow fallback when kcat is unavailable.
Public Methods
kcat_levelkcat_strategyallow_missing_kcatenabledfield_validation_modesmethodoptions