Show / Hide Table of Contents

Class GoogleCloudAiplatformV1beta1EvaluationRunMetric

The metric used for evaluation runs.

Inheritance
object
GoogleCloudAiplatformV1beta1EvaluationRunMetric
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.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1EvaluationRunMetric : IDirectResponseSchema

Properties

ComputationBasedMetricSpec

Spec for a computation based metric.

Declaration
[JsonProperty("computationBasedMetricSpec")]
public virtual GoogleCloudAiplatformV1beta1EvaluationRunMetricComputationBasedMetricSpec ComputationBasedMetricSpec { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1EvaluationRunMetricComputationBasedMetricSpec

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 GoogleCloudAiplatformV1beta1EvaluationRunMetricLLMBasedMetricSpec LlmBasedMetricSpec { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1EvaluationRunMetricLLMBasedMetricSpec

Metric

Required. The name of the metric.

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

PredefinedMetricSpec

Spec for a pre-defined metric.

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

RubricBasedMetricSpec

Spec for rubric based metric.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX