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