rubricGroups property

Map<String, RubricGroup> rubricGroups
final

Optional. Named groups of rubrics associated with the prompt. This is used for rubric-based evaluations where rubrics can be referenced by a key. The key could represent versions, associated metrics, etc.

Implementation

final Map<String, RubricGroup> rubricGroups;