Skip to main content

Installation

The H2O AI Engine Manager Python client provides programmatic access to create, manage, and interact with AI Engines (Driverless AI, H2O-3, and Notebook engines) in H2O AI Cloud.

Prerequisites

Before installing the client, ensure you have:

  • Python 3.10 or higher installed on your system
  • You need a valid H2O AI Cloud account with appropriate permissions to access AI Engines. Contact your administrator if you don't have access.

Installation

The client is published on PyPI and can be installed using pip:

pip install h2o-engine-manager

Quickstart

Once installed, you can import the client from h2o_engine_manager and verify that the package is correctly installed.

import h2o_engine_manager
print(h2o_engine_manager.__version__)

Next Steps


Feedback