h2osteam.import_h2o_engine.Rd
Only Enterprise Steam administrators are authorized to call this method.
h2osteam.import_h2o_engine(conn, path)
conn | The |
---|---|
path | Full path to the H2O engine on disk of the Enterprise Steam server. |
None
if (FALSE) { conn <- h2osteam.login(url = "https://steam.h2o.ai:9555", username = "user01", password = "token-here") h2osteam.import_h2o_engine(conn, "/tmp/h2o-3.26.0.6-cdh6.3.zip") }