Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class AggregationMetric.
The per-metric statistics on evaluation results supported by
EvaluationService.EvaluateDataset.
Protobuf type google.cloud.aiplatform.v1.Metric.AggregationMetric
Namespace
Google \ Cloud \ AIPlatform \ V1 \ MetricMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
AGGREGATION_METRIC_UNSPECIFIED
Value: 0Unspecified aggregation metric.
Generated from protobuf enum AGGREGATION_METRIC_UNSPECIFIED = 0;
AVERAGE
Value: 1Average aggregation metric. Not supported for Pairwise metric.
Generated from protobuf enum AVERAGE = 1;
MODE
Value: 2Mode aggregation metric.
Generated from protobuf enum MODE = 2;
STANDARD_DEVIATION
Value: 3Standard deviation aggregation metric. Not supported for pairwise metric.
Generated from protobuf enum STANDARD_DEVIATION = 3;
VARIANCE
Value: 4Variance aggregation metric. Not supported for pairwise metric.
Generated from protobuf enum VARIANCE = 4;
MINIMUM
Value: 5Minimum aggregation metric. Not supported for pairwise metric.
Generated from protobuf enum MINIMUM = 5;
MAXIMUM
Value: 6Maximum aggregation metric. Not supported for pairwise metric.
Generated from protobuf enum MAXIMUM = 6;
MEDIAN
Value: 7Median aggregation metric. Not supported for pairwise metric.
Generated from protobuf enum MEDIAN = 7;
PERCENTILE_P90
Value: 890th percentile aggregation metric. Not supported for pairwise metric.
Generated from protobuf enum PERCENTILE_P90 = 8;
PERCENTILE_P95
Value: 995th percentile aggregation metric. Not supported for pairwise metric.
Generated from protobuf enum PERCENTILE_P95 = 9;
PERCENTILE_P99
Value: 1099th percentile aggregation metric. Not supported for pairwise metric.
Generated from protobuf enum PERCENTILE_P99 = 10;