Module clients.notebook_engine.notebook_engine_profile_info
Functions
notebook_engine_profile_info_from_api_object
def notebook_engine_profile_info_from_api_object(api_object: Optional[h2o_engine_manager.gen.model.v1_notebook_engine_profile_info.V1NotebookEngineProfileInfo]) ‑> Optional[NotebookEngineProfileInfo]
Classes
NotebookEngineProfileInfo
class NotebookEngineProfileInfo(name: str = '', display_name: str = '', priority: int = 0, enabled: bool = True, assigned_oidc_roles_enabled: bool = True, assigned_oidc_roles: Optional[List[str]] = None, max_running_engines: Optional[int] = None, cpu_constraint: Optional[h2o_engine_manager.clients.constraint.profile_constraint_numeric.ProfileConstraintNumeric] = None, gpu_constraint: Optional[h2o_engine_manager.clients.constraint.profile_constraint_numeric.ProfileConstraintNumeric] = None, memory_bytes_constraint: Optional[h2o_engine_manager.clients.constraint.profile_constraint_numeric.ProfileConstraintNumeric] = None, storage_bytes_constraint: Optional[h2o_engine_manager.clients.constraint.profile_constraint_numeric.ProfileConstraintNumeric] = None, max_idle_duration_constraint: Optional[h2o_engine_manager.clients.constraint.profile_constraint_duration.ProfileConstraintDuration] = None, max_running_duration_constraint: Optional[h2o_engine_manager.clients.constraint.profile_constraint_duration.ProfileConstraintDuration] = None, yaml_pod_template_spec: str = '', yaml_gpu_tolerations: str = '', create_time: Optional[datetime.datetime] = None, update_time: Optional[datetime.datetime] = None, creator: str = '', updater: str = '', creator_display_name: str = '', updater_display_name: str = '', storage_class_name: str = '', gpu_resource_name: str = '')
Contains original data from the NotebookEngineProfile used in NotebookEngine.
Feedback
- Submit and view feedback for this page
- Send feedback about AI Engine Manager to cloud-feedback@h2o.ai