BaseIntervalGeneratorConfig =========================== **class** ``BaseIntervalGeneratorConfig`` **(** ``BasePolyConfig`` **)** Wait-time sampling strategy (poisson, gamma, or fixed). **Polymorphic Type:** All ``BaseIntervalGeneratorConfig`` types: - ``gamma``: :doc:`GammaIntervalGeneratorConfig` - ``poisson``: :doc:`PoissonIntervalGeneratorConfig` - ``fixed``: :doc:`FixedIntervalGeneratorConfig`