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
- Set up authentication - Configure access to your H2O AI Cloud instance
- Try the examples - Start with the following examples: Driverless AI engine , H2O-3 engine, Notebook engine
- Migrate from Steam - If you're upgrading from Enterprise Steam
Feedback
- Submit and view feedback for this page
- Send feedback about AI Engine Manager to cloud-feedback@h2o.ai