The page you navigated to () does not exist, so we brought you to the closest page to it.
You have switched from the to the variant of this site. There is no equivalent of . We have taken you to the closest page in the variant.
2.1.9
NamedRule
Package: flyte.notify
Reference a pre-defined notification rule by name.
Use this when your Flyte admin has configured a named notification rule that you want to apply to your runs. Named rules define both the phases to monitor and the delivery channels to use.
Parameters
class NamedRule(
name: str,
)| Parameter | Type | Description |
|---|---|---|
name |
str |
The name of the pre-defined rule (scoped to project/domain). |