Skip to main content

Class wandb.automations.SendNotification

Defines an automation action that sends a (Slack) notification.

Args

Annotated
The ID of the Slack integration that will be used to send the notification.
Annotated
The message body of the sent notification.
Annotated
The severity (INFO, WARN, ERROR) of the sent notification.
Annotated
The title of the sent notification.
Literal
No description provided.

Methods

method SendNotification.from_integration()

Define a notification action that sends to the given (Slack) integration.
Arguments
SlackIntegration
No description provided.
str
No description provided.
str
No description provided.
AlertSeverity
No description provided.