*,
name: str,
agg_op: wandb.automations._run_metric_filters.Agg | None = None,
window_size: Annotated[int, Gt(gt=0)] = 1,
cmp_op: Literal['$gte', '$gt', '$lt', '$lte'],
threshold: Union[Annotated[int, Strict(strict=True)], Annotated[float, Strict(strict=True)]]