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