public class XGBoostHttpClient
extends java.lang.Object
| Constructor and Description |
|---|
XGBoostHttpClient(java.lang.String baseUri,
boolean https,
java.lang.String userName,
java.lang.String password) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
downloadBytes(water.Key key,
java.lang.String method,
XGBoostExecReq reqContent) |
XGBoostExecRespV3 |
postJson(water.Key key,
java.lang.String method,
XGBoostExecReq reqContent) |
void |
uploadCheckpointBytes(water.Key<?> key,
byte[] data) |
void |
uploadMatrixData(water.Key<?> key,
RemoteXGBoostUploadServlet.MatrixRequestType matrixRequestType,
boolean isTrain,
water.BootstrapFreezable<?> data) |
public XGBoostHttpClient(java.lang.String baseUri,
boolean https,
java.lang.String userName,
java.lang.String password)
public XGBoostExecRespV3 postJson(water.Key key, java.lang.String method, XGBoostExecReq reqContent)
public byte[] downloadBytes(water.Key key,
java.lang.String method,
XGBoostExecReq reqContent)
public void uploadCheckpointBytes(water.Key<?> key,
byte[] data)
public void uploadMatrixData(water.Key<?> key,
RemoteXGBoostUploadServlet.MatrixRequestType matrixRequestType,
boolean isTrain,
water.BootstrapFreezable<?> data)