Skip to main content

Class wandb.automations.MetricThresholdFilter

Filter that compares an absolute metric value against a user-defined threshold. The value may be a single value or an aggregated result over a window of multiple values.

Args

str
wandb.automations._filters.run_metrics.Agg | None
Annotated[int, Gt(gt=0)]
Literal['$gte', '$gt', '$lt', '$lte']
Comparison operator between the metric value (left) vs. the threshold (right).
Union[Annotated[int, Strict(strict=True)], Annotated[float, Strict(strict=True)]]