Vertex AI v1beta1 API - Class RubricGroup (1.0.0-beta77)

public sealed class RubricGroup : IMessage<RubricGroup>, IEquatable<RubricGroup>, IDeepCloneable<RubricGroup>, IBufferMessage, IMessage

Reference 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.

Inheritance

object > RubricGroup

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

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