Show / Hide Table of Contents

Class GoogleCloudAiplatformV1EvaluationRunMetric

The metric used for evaluation runs.

Inheritance
object
GoogleCloudAiplatformV1EvaluationRunMetric
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 GoogleCloudAiplatformV1EvaluationRunMetric : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

LlmBasedMetricSpec

Spec for an LLM based metric.

Declaration
[JsonProperty("llmBasedMetricSpec")]
public virtual GoogleCloudAiplatformV1EvaluationRunMetricLLMBasedMetricSpec LlmBasedMetricSpec { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1EvaluationRunMetricLLMBasedMetricSpec

Metric

Required. The name of the metric.

Declaration
[JsonProperty("metric")]
public virtual string Metric { get; set; }
Property Value
Type Description
string

MetricConfig

The metric config.

Declaration
[JsonProperty("metricConfig")]
public virtual GoogleCloudAiplatformV1Metric MetricConfig { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1Metric

PredefinedMetricSpec

Spec for a pre-defined metric.

Declaration
[JsonProperty("predefinedMetricSpec")]
public virtual GoogleCloudAiplatformV1EvaluationRunMetricPredefinedMetricSpec PredefinedMetricSpec { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1EvaluationRunMetricPredefinedMetricSpec

RubricBasedMetricSpec

Spec for rubric based metric.

Declaration
[JsonProperty("rubricBasedMetricSpec")]
public virtual GoogleCloudAiplatformV1EvaluationRunMetricRubricBasedMetricSpec RubricBasedMetricSpec { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1EvaluationRunMetricRubricBasedMetricSpec

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX