Skip to main content

Class wandb.automations.SendNotification

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

Args

Annotated[str, Strict(strict=True)]
The ID of the Slack integration that will be used to send the notification.
Annotated[str, BeforeValidator(func= None, json_schema_input_type=PydanticUndefined)]
The message body of the sent notification.
Annotated[wandb.automations._generated.enums.AlertSeverity, BeforeValidator(func= None, json_schema_input_type=PydanticUndefined), BeforeValidator(func= None, json_schema_input_type=PydanticUndefined)]
The severity (INFO, WARN, ERROR) of the sent notification.
Annotated[str, BeforeValidator(func= None, json_schema_input_type=PydanticUndefined)]
The title of the sent notification.
Literal[NOTIFICATION]