Class GoogleCloudAiplatformV1RubricGroup
A group of rubrics, used for grouping rubrics based on a metric or a version.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1RubricGroup : IDirectResponseSchema
Properties
DisplayName
Human-readable name for the group. This should be unique within a given context if used for display or selection. Example: "Instruction Following V1", "Content Quality - Summarization Task".
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
GroupId
Unique identifier for the group.
Declaration
[JsonProperty("groupId")]
public virtual string GroupId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Rubrics
Rubrics that are part of this group.
Declaration
[JsonProperty("rubrics")]
public virtual IList<GoogleCloudAiplatformV1Rubric> Rubrics { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudAiplatformV1Rubric> |