Class GoogleCloudAiplatformV1EvaluationRubricConfig
Configuration for a rubric group to be generated/saved for evaluation.
Implements
Inherited Members
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 |