@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum HyperParameterScalingType extends Enum<HyperParameterScalingType>
| Enum Constant and Description |
|---|
Auto |
Linear |
Logarithmic |
ReverseLogarithmic |
| Modifier and Type | Method and Description |
|---|---|
static HyperParameterScalingType |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static HyperParameterScalingType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HyperParameterScalingType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HyperParameterScalingType Auto
public static final HyperParameterScalingType Linear
public static final HyperParameterScalingType Logarithmic
public static final HyperParameterScalingType ReverseLogarithmic
public static HyperParameterScalingType[] values()
for (HyperParameterScalingType c : HyperParameterScalingType.values()) System.out.println(c);
public static HyperParameterScalingType 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 String toString()
toString in class Enum<HyperParameterScalingType>public static HyperParameterScalingType fromValue(String value)
value - real valueIllegalArgumentException - If the specified value does not map to one of the known values in this enum.Copyright © 2020. All rights reserved.