Module clients.h2o_engine.h2o_engine
Functions
build_api_engine_name
from_h2o_engine_api_object
Classes
H2OClusterConnectionConfig
H2OEngine
Methods
delete
Initiates deletion of the engine from its workspace. Once the engine is deleted, any further action with the engine will result in an error.
Args
allow_missing
:bool
, optional- When set to True and the H2OEngine
is not found, then the request will succeed but no changes are made. validate_only(bool, optional): When set to True, request is validated but no changes are made.
get_connection_config
Returns configuration used for h2o.connect.
Args
https
:bool
- True to use https. False to use http.
verify_ssl_certificates
:bool
- True to enable SSL certificate verification. False to disable.
port
:int
- Which port to connect to.
terminate
Terminates the engine and updates its data from the server response.
to_api_object
wait
Waits for the engine to reach a final (stable) state.
Args
timeout_seconds
:float
, optional- Time limit in seconds for how
long to wait. If no timeout is specified, function will be blocking until the waiting is finished. Potentially forever in case of an unexpected error. Defaults to None.
wait_async
Waits for an engine to reach a final (stable) state.
Args
timeout_seconds
:float
, optional- Time limit in seconds for how
long to wait. If no timeout is specified, function will be blocking until the waiting is finished. Potentially forever in case of an unexpected error. Defaults to None.
- Submit and view feedback for this page
- Send feedback about AI Engine Manager to cloud-feedback@h2o.ai