Notification
Base notification class.
All notification types must specify phases when they should trigger.
Attributes
| Attribute | Type | Description |
|---|---|---|
| on_phase | Union[[ActionPhase](../../models/actionphase.md?sid=flyte_models_actionphase), Tuple[[ActionPhase](../../models/actionphase.md?sid=flyte_models_actionphase), ...]] | Specifies the execution phase or phases during which the notification should trigger, requiring at least one supported ActionPhase value. |
Constructor
Signature
def Notification() - > null