public static enum AggregationResult.AggregationResultCase extends Enum<AggregationResult.AggregationResultCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
AGGREGATIONRESULT_NOT_SET |
BLEU_METRIC_VALUE |
EXACT_MATCH_METRIC_VALUE |
PAIRWISE_METRIC_RESULT |
POINTWISE_METRIC_RESULT |
ROUGE_METRIC_VALUE |
| Modifier and Type | Method and Description |
|---|---|
static AggregationResult.AggregationResultCase |
forNumber(int value) |
int |
getNumber() |
static AggregationResult.AggregationResultCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static AggregationResult.AggregationResultCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AggregationResult.AggregationResultCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AggregationResult.AggregationResultCase POINTWISE_METRIC_RESULT
public static final AggregationResult.AggregationResultCase PAIRWISE_METRIC_RESULT
public static final AggregationResult.AggregationResultCase EXACT_MATCH_METRIC_VALUE
public static final AggregationResult.AggregationResultCase BLEU_METRIC_VALUE
public static final AggregationResult.AggregationResultCase ROUGE_METRIC_VALUE
public static final AggregationResult.AggregationResultCase AGGREGATIONRESULT_NOT_SET
public static AggregationResult.AggregationResultCase[] values()
for (AggregationResult.AggregationResultCase c : AggregationResult.AggregationResultCase.values()) System.out.println(c);
public static AggregationResult.AggregationResultCase 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 AggregationResult.AggregationResultCase valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static AggregationResult.AggregationResultCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2025 Google LLC. All rights reserved.