Skip to main content

Module clients.internal_dai_version.version

Classes

InternalDAIVersion

class InternalDAIVersion(name: str, version: str, aliases: List[str], deprecated: bool, image: str, image_pull_policy: h2o_engine_manager.clients.base.image_pull_policy.ImagePullPolicy, image_pull_secrets: List[str], gpu_resource_name: str, data_directory_storage_class: str, annotations: Dict[str, str])

InternalDAIVersion represents DAIVersion with additional internal properties applied on engines when using this version.


Feedback