@Generated public enum ForecastingExperimentState extends Enum<ForecastingExperimentState>
| Enum Constant and Description |
|---|
CANCELLED |
FAILED |
PENDING |
RUNNING |
SUCCEEDED |
| Modifier and Type | Method and Description |
|---|---|
static ForecastingExperimentState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ForecastingExperimentState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ForecastingExperimentState CANCELLED
public static final ForecastingExperimentState FAILED
public static final ForecastingExperimentState PENDING
public static final ForecastingExperimentState RUNNING
public static final ForecastingExperimentState SUCCEEDED
public static ForecastingExperimentState[] values()
for (ForecastingExperimentState c : ForecastingExperimentState.values()) System.out.println(c);
public static ForecastingExperimentState 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 nullCopyright © 2025. All rights reserved.