Skip to main content

Class wandb.automations.OnRunState

A run state changes.

Args

Literal
No description provided.
Annotated
The scope of the event: must be a project or a team/org entity.
Annotated
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”: