public sealed class Metric : IMessage<Metric>, IEquatable<Metric>, IDeepCloneable<Metric>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class Metric.
The metric used for dataset level evaluation.
Namespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
Metric()
public Metric()Metric(Metric)
public Metric(Metric other)| Parameter | |
|---|---|
| Name | Description |
other |
Metric |
Properties
AggregationMetrics
public RepeatedField<Metric.Types.AggregationMetric> AggregationMetrics { get; }Optional. The aggregation metrics to use.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldMetricTypesAggregationMetric |
|
BleuSpec
public BleuSpec BleuSpec { get; set; }Spec for bleu metric.
| Property Value | |
|---|---|
| Type | Description |
BleuSpec |
|
ExactMatchSpec
public ExactMatchSpec ExactMatchSpec { get; set; }Spec for exact match metric.
| Property Value | |
|---|---|
| Type | Description |
ExactMatchSpec |
|
MetricSpecCase
public Metric.MetricSpecOneofCase MetricSpecCase { get; }| Property Value | |
|---|---|
| Type | Description |
MetricMetricSpecOneofCase |
|
PairwiseMetricSpec
public PairwiseMetricSpec PairwiseMetricSpec { get; set; }Spec for pairwise metric.
| Property Value | |
|---|---|
| Type | Description |
PairwiseMetricSpec |
|
PointwiseMetricSpec
public PointwiseMetricSpec PointwiseMetricSpec { get; set; }Spec for pointwise metric.
| Property Value | |
|---|---|
| Type | Description |
PointwiseMetricSpec |
|
RougeSpec
public RougeSpec RougeSpec { get; set; }Spec for rouge metric.
| Property Value | |
|---|---|
| Type | Description |
RougeSpec |
|