Skip to main content

class wandb.automations.OnRunMetric

A run metric satisfies a user-defined condition.

Args

  • event_type:
  • scope: The scope of the event: must be a project or a team/org entity.
  • filter: Run and/or metric condition(s) that must be satisfied for this event to trigger.

Examples

Define an event that triggers for any run in project “my-project” when the average of the last 5 values of metric “my-metric” exceeds 123.45: