Show / Hide Table of Contents

Class GoogleCloudAiplatformV1EvaluationRubricConfig

Configuration for a rubric group to be generated/saved for evaluation.

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

Properties

ETag

The ETag of the item.

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

PredefinedRubricGenerationSpec

Dynamically generate rubrics using a predefined spec.

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

RubricGenerationSpec

Dynamically generate rubrics using this specification.

Declaration
[JsonProperty("rubricGenerationSpec")]
public virtual GoogleCloudAiplatformV1EvaluationRunMetricRubricGenerationSpec RubricGenerationSpec { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1EvaluationRunMetricRubricGenerationSpec

RubricGroupKey

Required. The key used to save the generated rubrics. If a generation spec is provided, this key will be used for the name of the generated rubric group. Otherwise, this key will be used to look up the existing rubric group on the evaluation item. Note that if a rubric group key is specified on both a rubric config and an evaluation metric, the key from the metric will be used to select the rubrics for evaluation.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX