Class wandb.automations.OnRunMetric
A run metric satisfies a user-defined condition.Args
Literal[RUN_METRIC_THRESHOLD, RUN_METRIC_CHANGE, RUN_METRIC_ZSCORE]
wandb.automations.scopes.ProjectScope
The scope of the event: must be a project.
Annotated[wandb.automations.events.RunMetricFilter, Json, BeforeValidator(func= None, json_schema_input_type=PydanticUndefined), PlainSerializer(func= None, return_type=PydanticUndefined, when_used='always')]
Run and/or metric condition(s) that must be satisfied for this event to trigger.