Lists H2O engines from Enterprise Steam server.

h2osteam.get_h2o_engines(conn)

Arguments

conn

The SteamConnection object obtained by h2osteam.login.

Value

list of available H2O engines

Examples

if (FALSE) { conn <- h2osteam.login(url = "https://steam.h2o.ai:9555", username = "user01", password = "token-here") h2osteam.get_h2o_engines(conn) }