Skip to main content

Module clients.notebook_engine_image.image_config

Classes

NotebookEngineImageConfig

class NotebookEngineImageConfig(notebook_engine_image_id: str, image: str, enabled: bool = True, display_name: str = '', image_pull_policy: h2o_engine_manager.clients.base.image_pull_policy.ImagePullPolicy = ImagePullPolicy.IMAGE_PULL_POLICY_UNSPECIFIED, image_pull_secrets: Optional[List[str]] = None)

NotebookEngineImage configuration used as input for apply method.

Methods

to_notebook_engine_image

def to_notebook_engine_image(self)

Feedback