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
NamedDelivery
Package: flyte.notify
Use a pre-configured delivery channel by name.
Use this when your Flyte admin has configured a named delivery config (e.g., a shared Slack webhook or email list) that you want to reference without specifying the delivery details inline.
Parameters
class NamedDelivery(
on_phase: typing.Union[flyte.models.ActionPhase, typing.Tuple[flyte.models.ActionPhase, ...]],
name: str,
)| Parameter | Type | Description |
|---|---|---|
on_phase |
typing.Union[flyte.models.ActionPhase, typing.Tuple[flyte.models.ActionPhase, ...]] |
ActionPhase(s) to trigger notification. |
name |
str |
The name of the pre-configured delivery config (scoped to project/domain). |