Skip to main content

class wandb.automations.OnRunState

A run state changes.

Args

  • event_type:
  • scope: The scope of the event: must be a project or a team/org entity.
  • filter: Run state 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 its state changes to “finished” (i.e. succeeded) or “failed”: