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

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

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

The aggregation result for the entire dataset and all metrics.

Inheritance

object > AggregationOutput

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

AggregationOutput()

public AggregationOutput()

AggregationOutput(AggregationOutput)

public AggregationOutput(AggregationOutput other)
Parameter
Name Description
other AggregationOutput

Properties

AggregationResults

public RepeatedField<AggregationResult> AggregationResults { get; }

One AggregationResult per metric.

Property Value
Type Description
RepeatedFieldAggregationResult

Dataset

public EvaluationDataset Dataset { get; set; }

The dataset used for evaluation & aggregation.

Property Value
Type Description
EvaluationDataset