public enum Metric.AggregationMetric extends Enum<Metric.AggregationMetric> implements ProtocolMessageEnum
The aggregation metrics supported by EvaluationService.EvaluateDataset.
Protobuf enum google.cloud.aiplatform.v1beta1.Metric.AggregationMetric
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
AGGREGATION_METRIC_UNSPECIFIED |
Unspecified aggregation metric. |
AGGREGATION_METRIC_UNSPECIFIED_VALUE |
Unspecified aggregation metric. |
AVERAGE |
Average aggregation metric. Not supported for Pairwise metric. |
AVERAGE_VALUE |
Average aggregation metric. Not supported for Pairwise metric. |
MAXIMUM |
Maximum aggregation metric. Not supported for pairwise metric. |
MAXIMUM_VALUE |
Maximum aggregation metric. Not supported for pairwise metric. |
MEDIAN |
Median aggregation metric. Not supported for pairwise metric. |
MEDIAN_VALUE |
Median aggregation metric. Not supported for pairwise metric. |
MINIMUM |
Minimum aggregation metric. Not supported for pairwise metric. |
MINIMUM_VALUE |
Minimum aggregation metric. Not supported for pairwise metric. |
MODE |
Mode aggregation metric. |
MODE_VALUE |
Mode aggregation metric. |
PERCENTILE_P90 |
90th percentile aggregation metric. Not supported for pairwise metric. |
PERCENTILE_P90_VALUE |
90th percentile aggregation metric. Not supported for pairwise metric. |
PERCENTILE_P95 |
95th percentile aggregation metric. Not supported for pairwise metric. |
PERCENTILE_P95_VALUE |
95th percentile aggregation metric. Not supported for pairwise metric. |
PERCENTILE_P99 |
99th percentile aggregation metric. Not supported for pairwise metric. |
PERCENTILE_P99_VALUE |
99th percentile aggregation metric. Not supported for pairwise metric. |
STANDARD_DEVIATION |
Standard deviation aggregation metric. Not supported for pairwise metric. |
STANDARD_DEVIATION_VALUE |
Standard deviation aggregation metric. Not supported for pairwise metric. |
UNRECOGNIZED |
|
VARIANCE |
Variance aggregation metric. Not supported for pairwise metric. |
VARIANCE_VALUE |
Variance aggregation metric. Not supported for pairwise metric. |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |