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