Classes
class Automation: A local instance of a saved W&B automation.
class DoNothing: Defines an automation action that intentionally does nothing.
class MetricChangeFilter: Defines a filter that compares a change in a run metric against a user-defined threshold.
class MetricThresholdFilter: Defines a filter that compares a run metric against a user-defined threshold value.
class NewAutomation: A new automation to be created.
class OnAddArtifactAlias: A new alias is assigned to an artifact.
class OnCreateArtifact: A new artifact is created.
class OnLinkArtifact: A new artifact is linked to a collection.
class OnRunMetric: A run metric satisfies a user-defined condition.
class SendNotification: Defines an automation action that sends a (Slack) notification.
class SendWebhook: Defines an automation action that sends a webhook request.