Module clients.notebook_image.image
Functions
from_api_object
def from_api_object(api_object: h2o_engine_manager.gen.model.v1_notebook_image.V1NotebookImage) ‑> NotebookImage
from_api_objects
def from_api_objects(api_objects: List[h2o_engine_manager.gen.model.v1_notebook_image.V1NotebookImage]) ‑> List[NotebookImage]
Classes
NotebookImage
class NotebookImage(image: str, name: str = '', display_name: str = '', enabled: bool = True, image_pull_policy: h2o_engine_manager.clients.base.image_pull_policy.ImagePullPolicy = ImagePullPolicy.IMAGE_PULL_POLICY_UNSPECIFIED, image_pull_secrets: Optional[List[str]] = None, create_time: Optional[datetime.datetime] = None, update_time: Optional[datetime.datetime] = None, creator: str = '', updater: str = '', creator_display_name: str = '', updater_display_name: str = '')
NotebookImage represents image that can be used in Notebook.
NotebookImage represents image that can be used in Notebook.
Args
image
- Docker image name.
name
- Resource name. Format "workspaces//NotebookImages/".
display_name
- Human-readable name of the NotebookImage.
enabled
- Whether the NotebookImage is enabled.
image_pull_policy
- Image pull policy applied when using this NotebookImage. When unset, server will choose a default one.
image_pull_secrets
- List of references to k8s secrets that can be used for pulling an image of this NotebookImage from a private container image registry or repository.
create_time
- Time when the NotebookImage was created.
update_time
- Time when the NotebookImage was last updated.
creator
- Name of entity that created the NotebookImage.
updater
- Name of entity that last updated the NotebookImage.
creator_display_name
- Human-readable name of entity that created the NotebookImage.
updater_display_name
- Human-readable name of entity that last updated the NotebookImage.
Methods
Feedback
- Submit and view feedback for this page
- Send feedback about AI Engine Manager to cloud-feedback@h2o.ai