public static enum PredictionLogOuterClass.PredictionLog.LogTypeCase extends java.lang.Enum<PredictionLogOuterClass.PredictionLog.LogTypeCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
CLASSIFY_LOG |
LOGTYPE_NOT_SET |
MULTI_INFERENCE_LOG |
PREDICT_LOG |
REGRESS_LOG |
SESSION_RUN_LOG |
| Modifier and Type | Method and Description |
|---|---|
static PredictionLogOuterClass.PredictionLog.LogTypeCase |
forNumber(int value) |
int |
getNumber() |
static PredictionLogOuterClass.PredictionLog.LogTypeCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static PredictionLogOuterClass.PredictionLog.LogTypeCase |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PredictionLogOuterClass.PredictionLog.LogTypeCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PredictionLogOuterClass.PredictionLog.LogTypeCase CLASSIFY_LOG
public static final PredictionLogOuterClass.PredictionLog.LogTypeCase REGRESS_LOG
public static final PredictionLogOuterClass.PredictionLog.LogTypeCase PREDICT_LOG
public static final PredictionLogOuterClass.PredictionLog.LogTypeCase MULTI_INFERENCE_LOG
public static final PredictionLogOuterClass.PredictionLog.LogTypeCase SESSION_RUN_LOG
public static final PredictionLogOuterClass.PredictionLog.LogTypeCase LOGTYPE_NOT_SET
public static PredictionLogOuterClass.PredictionLog.LogTypeCase[] values()
for (PredictionLogOuterClass.PredictionLog.LogTypeCase c : PredictionLogOuterClass.PredictionLog.LogTypeCase.values()) System.out.println(c);
public static PredictionLogOuterClass.PredictionLog.LogTypeCase 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@Deprecated public static PredictionLogOuterClass.PredictionLog.LogTypeCase valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static PredictionLogOuterClass.PredictionLog.LogTypeCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLite