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