public static enum RemoteXGBoostUploadServlet.RequestType extends java.lang.Enum<RemoteXGBoostUploadServlet.RequestType>
| Enum Constant and Description |
|---|
checkpoint |
matrixTrain |
matrixValid |
| Modifier and Type | Method and Description |
|---|---|
static RemoteXGBoostUploadServlet.RequestType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RemoteXGBoostUploadServlet.RequestType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RemoteXGBoostUploadServlet.RequestType checkpoint
public static final RemoteXGBoostUploadServlet.RequestType matrixTrain
public static final RemoteXGBoostUploadServlet.RequestType matrixValid
public static RemoteXGBoostUploadServlet.RequestType[] values()
for (RemoteXGBoostUploadServlet.RequestType c : RemoteXGBoostUploadServlet.RequestType.values()) System.out.println(c);
public static RemoteXGBoostUploadServlet.RequestType 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