Bentoml
Initialization of the BentoML integration for ZenML.
The BentoML integration allows you to use the BentoML model serving to implement continuous model deployment.
BentoMLIntegration
Bases: Integration
Definition of BentoML integration for ZenML.
Source code in src/zenml/integrations/bentoml/__init__.py
28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 |
|
activate()
classmethod
Activate the BentoML integration.
Source code in src/zenml/integrations/bentoml/__init__.py
36 37 38 39 40 41 |
|
flavors()
classmethod
Declare the stack component flavors for BentoML.
Returns:
Type | Description |
---|---|
List[Type[Flavor]]
|
List of stack component flavors for this integration. |
Source code in src/zenml/integrations/bentoml/__init__.py
43 44 45 46 47 48 49 50 51 52 53 54 |
|