qualpipe_webapp.backend.generated.TelescopeThresholdCriterionConfig# class qualpipe_webapp.backend.generated.TelescopeThresholdCriterionConfig(*, above=True, threshold)[source]# Bases: BaseModel Parameters: above (bool) threshold (List[Tuple[Literal['type', 'id'], str | int, float]]) above: bool# model_config = {'extra': 'forbid'}# Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict]. threshold: List[Tuple[Literal['type', 'id'], str | int, float]]#