Skip to main content

Module clients.notebook_image.image_config

Classes

NotebookImageConfig

class NotebookImageConfig(notebook_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)

NotebookImage configuration used as input for apply method.

Methods

to_notebook_image

def to_notebook_image(self)

Feedback