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