RubricCriterion Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before itβs released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A single rubric criterion β one measurable quality dimension in an evaluator's scoring blueprint.
public class RubricCriterion : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.RubricCriterion>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.RubricCriterion>
type RubricCriterion = class
interface IJsonModel<RubricCriterion>
interface IPersistableModel<RubricCriterion>
Public Class RubricCriterion
Implements IJsonModel(Of RubricCriterion), IPersistableModel(Of RubricCriterion)
- Inheritance
-
RubricCriterion
- Implements
Constructors
| Name | Description |
|---|---|
| RubricCriterion(String, String, Int32) |
Initializes a new instance of RubricCriterion. |
Properties
| Name | Description |
|---|---|
| AlwaysApplicable |
When true, the LLM judge always scores this criterion regardless of relevance (skips applicability assessment). The service-generated general quality/policy criterion has this set to true and is non-editable. Users may set this on their own custom criteria. |
| Description |
What this criterion measures (e.g., 'Correctly identifies the user's reservation intent and pursues the appropriate workflow'). |
| RubricId |
Stable identifier for this rubric criterion (snake_case, e.g., |
| Weight |
Relative weight of this criterion (1-10). The generation pipeline assigns exactly one criterion weight 8-10; all others use 1-6. User edits are not constrained by this heuristic. |