Show / Hide Table of Contents

Class GoogleCloudAiplatformV1Metric

The metric used for dataset level evaluation.

Inheritance
object
GoogleCloudAiplatformV1Metric
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
Type Description
IList<string>

BleuSpec

Spec for bleu metric.

Declaration
[JsonProperty("bleuSpec")]
public virtual GoogleCloudAiplatformV1BleuSpec BleuSpec { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1BleuSpec

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
GoogleCloudAiplatformV1ExactMatchSpec

PairwiseMetricSpec

Spec for pairwise metric.

Declaration
[JsonProperty("pairwiseMetricSpec")]
public virtual GoogleCloudAiplatformV1PairwiseMetricSpec PairwiseMetricSpec { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1PairwiseMetricSpec

PointwiseMetricSpec

Spec for pointwise metric.

Declaration
[JsonProperty("pointwiseMetricSpec")]
public virtual GoogleCloudAiplatformV1PointwiseMetricSpec PointwiseMetricSpec { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1PointwiseMetricSpec

RougeSpec

Spec for rouge metric.

Declaration
[JsonProperty("rougeSpec")]
public virtual GoogleCloudAiplatformV1RougeSpec RougeSpec { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1RougeSpec

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX