@Generated(value="software.amazon.awssdk:codegen") public enum AutoMLMetricExtendedEnum extends Enum<AutoMLMetricExtendedEnum>
| Enum Constant and Description |
|---|
ACCURACY |
AUC |
BALANCED_ACCURACY |
F1 |
F1_MACRO |
INFERENCE_LATENCY |
LOG_LOSS |
MAE |
MSE |
PRECISION |
PRECISION_MACRO |
R2 |
RECALL |
RECALL_MACRO |
RMSE |
UNKNOWN_TO_SDK_VERSION |
| Modifier and Type | Method and Description |
|---|---|
static AutoMLMetricExtendedEnum |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<AutoMLMetricExtendedEnum> |
knownValues()
|
String |
toString() |
static AutoMLMetricExtendedEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AutoMLMetricExtendedEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AutoMLMetricExtendedEnum ACCURACY
public static final AutoMLMetricExtendedEnum MSE
public static final AutoMLMetricExtendedEnum F1
public static final AutoMLMetricExtendedEnum F1_MACRO
public static final AutoMLMetricExtendedEnum AUC
public static final AutoMLMetricExtendedEnum RMSE
public static final AutoMLMetricExtendedEnum MAE
public static final AutoMLMetricExtendedEnum R2
public static final AutoMLMetricExtendedEnum BALANCED_ACCURACY
public static final AutoMLMetricExtendedEnum PRECISION
public static final AutoMLMetricExtendedEnum PRECISION_MACRO
public static final AutoMLMetricExtendedEnum RECALL
public static final AutoMLMetricExtendedEnum RECALL_MACRO
public static final AutoMLMetricExtendedEnum LOG_LOSS
public static final AutoMLMetricExtendedEnum INFERENCE_LATENCY
public static final AutoMLMetricExtendedEnum UNKNOWN_TO_SDK_VERSION
public static AutoMLMetricExtendedEnum[] values()
for (AutoMLMetricExtendedEnum c : AutoMLMetricExtendedEnum.values()) System.out.println(c);
public static AutoMLMetricExtendedEnum 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<AutoMLMetricExtendedEnum>public static AutoMLMetricExtendedEnum fromValue(String value)
value - real valuepublic static Set<AutoMLMetricExtendedEnum> knownValues()
values() to return a Set of all values known to the SDK. This will return
all known enum values except UNKNOWN_TO_SDK_VERSION.Set of known AutoMLMetricExtendedEnumsCopyright © 2023. All rights reserved.