Vertex AI v1beta1 API - Enum Metric.Types.AggregationMetric (1.0.0-beta39)

public enum Metric.Types.AggregationMetric

Reference documentation and code samples for the Vertex AI v1beta1 API enum Metric.Types.AggregationMetric.

The aggregation metrics supported by EvaluationService.EvaluateDataset.

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Fields

Name Description
Average

Average aggregation metric. Not supported for Pairwise metric.

Maximum

Maximum aggregation metric. Not supported for pairwise metric.

Median

Median aggregation metric. Not supported for pairwise metric.

Minimum

Minimum aggregation metric. Not supported for pairwise metric.

Mode

Mode aggregation metric.

PercentileP90

90th percentile aggregation metric. Not supported for pairwise metric.

PercentileP95

95th percentile aggregation metric. Not supported for pairwise metric.

PercentileP99

99th percentile aggregation metric. Not supported for pairwise metric.

StandardDeviation

Standard deviation aggregation metric. Not supported for pairwise metric.

Unspecified

Unspecified aggregation metric.

Variance

Variance aggregation metric. Not supported for pairwise metric.