Class RubricGroup (1.156.0)

RubricGroup(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A group of rubrics, used for grouping rubrics based on a metric or a version.

Attributes

Name Description
group_id str
Unique identifier for the group.
display_name str
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".
rubrics MutableSequence[google.cloud.aiplatform_v1beta1.types.Rubric]
Rubrics that are part of this group.

Methods

RubricGroup

RubricGroup(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A group of rubrics, used for grouping rubrics based on a metric or a version.