public static enum MLContext.ExplainLevel extends Enum<MLContext.ExplainLevel>
| Enum Constant and Description | 
|---|
| HOPSExplain program and HOPs | 
| NONEExplain disabled | 
| RECOMPILE_HOPSExplain HOPs, including recompile | 
| RECOMPILE_RUNTIMEExplain runtime program, including recompile | 
| RUNTIMEExplain runtime program | 
| Modifier and Type | Method and Description | 
|---|---|
| Explain.ExplainType | getExplainType() | 
| static MLContext.ExplainLevel | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static MLContext.ExplainLevel[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final MLContext.ExplainLevel NONE
public static final MLContext.ExplainLevel HOPS
public static final MLContext.ExplainLevel RUNTIME
public static final MLContext.ExplainLevel RECOMPILE_HOPS
public static final MLContext.ExplainLevel RECOMPILE_RUNTIME
public static MLContext.ExplainLevel[] values()
for (MLContext.ExplainLevel c : MLContext.ExplainLevel.values()) System.out.println(c);
public static MLContext.ExplainLevel valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic Explain.ExplainType getExplainType()
Copyright © 2020 The Apache Software Foundation. All rights reserved.