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.
Implements
IMessageAggregationOutput, IEquatableAggregationOutput, IDeepCloneableAggregationOutput, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
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 |