Class GoogleCloudAiplatformV1EvaluationRunMetricRubricBasedMetricSpecRepeatedRubrics
Defines a list of rubrics, used when providing rubrics inline.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1EvaluationRunMetricRubricBasedMetricSpecRepeatedRubrics : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Rubrics
The list of rubrics.
Declaration
[JsonProperty("rubrics")]
public virtual IList<GoogleCloudAiplatformV1Rubric> Rubrics { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudAiplatformV1Rubric> |