public class XGBoostExecRespV3
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
data
Arbitrary response data stored as Base64 encoded binary
|
KeyV3 |
key
Identifier
|
| Constructor and Description |
|---|
XGBoostExecRespV3()
Public constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
public KeyV3 key
public java.lang.String data