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