public sealed class RubricGroup : IMessage<RubricGroup>, IEquatable<RubricGroup>, IDeepCloneable<RubricGroup>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class RubricGroup.
A group of rubrics, used for grouping rubrics based on a metric or a version.
Implements
IMessageRubricGroup, IEquatableRubricGroup, IDeepCloneableRubricGroup, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
RubricGroup()
public RubricGroup()RubricGroup(RubricGroup)
public RubricGroup(RubricGroup other)| Parameter | |
|---|---|
| Name | Description |
other |
RubricGroup |
Properties
DisplayName
public string DisplayName { get; set; }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".
| Property Value | |
|---|---|
| Type | Description |
string |
|
GroupId
public string GroupId { get; set; }Unique identifier for the group.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Rubrics
public RepeatedField<Rubric> Rubrics { get; }Rubrics that are part of this group.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldRubric |
|