BaseSloConfig ============= **class** ``BaseSloConfig`` **(** ``BasePolyConfig`` **)** Base class for a single SLO definition. **Polymorphic Type:** All ``BaseSloConfig`` types: - ``constant``: :doc:`ConstantSloConfig` **Fields:** ``percentile`` : *float* = ``0.99`` Percentile at which to evaluate the SLO (0.0-1.0) ``name`` : *Optional* [ *str* ] = ``None`` Human-readable name for this SLO