Vertex AI v1beta1 API - Class AggregationResult (1.0.0-beta39)

public sealed class AggregationResult : IMessage<AggregationResult>, IEquatable<AggregationResult>, IDeepCloneable<AggregationResult>, IBufferMessage, IMessage

Reference documentation and code samples for the Vertex AI v1beta1 API class AggregationResult.

The aggregation result for a single metric.

Inheritance

object > AggregationResult

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

AggregationResult()

public AggregationResult()

AggregationResult(AggregationResult)

public AggregationResult(AggregationResult other)
Parameter
Name Description
other AggregationResult

Properties

AggregationMetric

public Metric.Types.AggregationMetric AggregationMetric { get; set; }

Aggregation metric.

Property Value
Type Description
MetricTypesAggregationMetric

AggregationResultCase

public AggregationResult.AggregationResultOneofCase AggregationResultCase { get; }
Property Value
Type Description
AggregationResultAggregationResultOneofCase

BleuMetricValue

public BleuMetricValue BleuMetricValue { get; set; }

Results for bleu metric.

Property Value
Type Description
BleuMetricValue

ExactMatchMetricValue

public ExactMatchMetricValue ExactMatchMetricValue { get; set; }

Results for exact match metric.

Property Value
Type Description
ExactMatchMetricValue

PairwiseMetricResult

public PairwiseMetricResult PairwiseMetricResult { get; set; }

Result for pairwise metric.

Property Value
Type Description
PairwiseMetricResult

PointwiseMetricResult

public PointwiseMetricResult PointwiseMetricResult { get; set; }

Result for pointwise metric.

Property Value
Type Description
PointwiseMetricResult

RougeMetricValue

public RougeMetricValue RougeMetricValue { get; set; }

Results for rouge metric.

Property Value
Type Description
RougeMetricValue