public static enum ReduceLROnPlateauScheduler.ThresholdMode extends Enum<ReduceLROnPlateauScheduler.ThresholdMode>
Modifier and Type | Field and Description |
---|---|
int |
value |
Modifier and Type | Method and Description |
---|---|
ReduceLROnPlateauScheduler.ThresholdMode |
intern() |
String |
toString() |
static ReduceLROnPlateauScheduler.ThresholdMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReduceLROnPlateauScheduler.ThresholdMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReduceLROnPlateauScheduler.ThresholdMode rel
public static final ReduceLROnPlateauScheduler.ThresholdMode abs
public static ReduceLROnPlateauScheduler.ThresholdMode[] values()
for (ReduceLROnPlateauScheduler.ThresholdMode c : ReduceLROnPlateauScheduler.ThresholdMode.values()) System.out.println(c);
public static ReduceLROnPlateauScheduler.ThresholdMode 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 ReduceLROnPlateauScheduler.ThresholdMode intern()
public String toString()
toString
in class Enum<ReduceLROnPlateauScheduler.ThresholdMode>
Copyright © 2024. All rights reserved.