public static enum EvaluationMetrics.MetricsCase extends Enum<EvaluationMetrics.MetricsCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
CLASSIFICATION_METRICS |
METRICS_NOT_SET |
OBJECT_DETECTION_METRICS |
| Modifier and Type | Method and Description |
|---|---|
static EvaluationMetrics.MetricsCase |
forNumber(int value) |
int |
getNumber() |
static EvaluationMetrics.MetricsCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static EvaluationMetrics.MetricsCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EvaluationMetrics.MetricsCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EvaluationMetrics.MetricsCase CLASSIFICATION_METRICS
public static final EvaluationMetrics.MetricsCase OBJECT_DETECTION_METRICS
public static final EvaluationMetrics.MetricsCase METRICS_NOT_SET
public static EvaluationMetrics.MetricsCase[] values()
for (EvaluationMetrics.MetricsCase c : EvaluationMetrics.MetricsCase.values()) System.out.println(c);
public static EvaluationMetrics.MetricsCase 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 null@Deprecated public static EvaluationMetrics.MetricsCase valueOf(int value)
forNumber(int) instead.public static EvaluationMetrics.MetricsCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2019 Google LLC. All rights reserved.