Class GoogleCloudAiplatformV1Metric
The metric used for dataset level evaluation.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1Metric : IDirectResponseSchema
Properties
AggregationMetrics
Optional. The aggregation metrics to use.
Declaration
[JsonProperty("aggregationMetrics")]
public virtual IList<string> AggregationMetrics { get; set; }
Property Value
BleuSpec
Spec for bleu metric.
Declaration
[JsonProperty("bleuSpec")]
public virtual GoogleCloudAiplatformV1BleuSpec BleuSpec { get; set; }
Property Value
Type | Description |
---|---|
Google |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ExactMatchSpec
Spec for exact match metric.
Declaration
[JsonProperty("exactMatchSpec")]
public virtual GoogleCloudAiplatformV1ExactMatchSpec ExactMatchSpec { get; set; }
Property Value
Type | Description |
---|---|
Google |
PairwiseMetricSpec
Spec for pairwise metric.
Declaration
[JsonProperty("pairwiseMetricSpec")]
public virtual GoogleCloudAiplatformV1PairwiseMetricSpec PairwiseMetricSpec { get; set; }
Property Value
Type | Description |
---|---|
Google |
PointwiseMetricSpec
Spec for pointwise metric.
Declaration
[JsonProperty("pointwiseMetricSpec")]
public virtual GoogleCloudAiplatformV1PointwiseMetricSpec PointwiseMetricSpec { get; set; }
Property Value
Type | Description |
---|---|
Google |
RougeSpec
Spec for rouge metric.
Declaration
[JsonProperty("rougeSpec")]
public virtual GoogleCloudAiplatformV1RougeSpec RougeSpec { get; set; }
Property Value
Type | Description |
---|---|
Google |