public static enum RemoteXGBoostUploadServlet.MatrixRequestType extends java.lang.Enum<RemoteXGBoostUploadServlet.MatrixRequestType>
| Enum Constant and Description |
|---|
denseMatrixChunk |
denseMatrixDimensions |
matrixData |
sparseMatrixChunk |
sparseMatrixDimensions |
| Modifier and Type | Method and Description |
|---|---|
static RemoteXGBoostUploadServlet.MatrixRequestType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RemoteXGBoostUploadServlet.MatrixRequestType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RemoteXGBoostUploadServlet.MatrixRequestType sparseMatrixDimensions
public static final RemoteXGBoostUploadServlet.MatrixRequestType sparseMatrixChunk
public static final RemoteXGBoostUploadServlet.MatrixRequestType denseMatrixDimensions
public static final RemoteXGBoostUploadServlet.MatrixRequestType denseMatrixChunk
public static final RemoteXGBoostUploadServlet.MatrixRequestType matrixData
public static RemoteXGBoostUploadServlet.MatrixRequestType[] values()
for (RemoteXGBoostUploadServlet.MatrixRequestType c : RemoteXGBoostUploadServlet.MatrixRequestType.values()) System.out.println(c);
public static RemoteXGBoostUploadServlet.MatrixRequestType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null