Pigeon
Initialization of the Pigeon integration.
PigeonIntegration
Bases: Integration
Definition of Pigeon integration for ZenML.
Source code in src/zenml/integrations/pigeon/__init__.py
24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 |
|
flavors()
classmethod
Declare the stack component flavors for the Pigeon integration.
Returns:
Type | Description |
---|---|
List[Type[Flavor]]
|
List of stack component flavors for this integration. |
Source code in src/zenml/integrations/pigeon/__init__.py
30 31 32 33 34 35 36 37 38 39 40 41 |
|