Discord
Discord integration for alerter components.
DiscordIntegration
Bases: Integration
Definition of a Discord integration for ZenML.
Implemented using Discord API Wrapper.
Source code in src/zenml/integrations/discord/__init__.py
26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 |
|
flavors()
classmethod
Declare the stack component flavors for the Discord integration.
Returns:
Type | Description |
---|---|
List[Type[Flavor]]
|
List of new flavors defined by the Discord integration. |
Source code in src/zenml/integrations/discord/__init__.py
36 37 38 39 40 41 42 43 44 45 |
|