RubricBasedEvaluatorDefinition 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.
Rubric-based evaluator definition — stores dimensions produced by the generate API. Used for both quality and safety evaluators.
public class RubricBasedEvaluatorDefinition : Azure.AI.Projects.Evaluation.EvaluatorDefinition, System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.RubricBasedEvaluatorDefinition>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.RubricBasedEvaluatorDefinition>
type RubricBasedEvaluatorDefinition = class
inherit EvaluatorDefinition
interface IJsonModel<RubricBasedEvaluatorDefinition>
interface IPersistableModel<RubricBasedEvaluatorDefinition>
Public Class RubricBasedEvaluatorDefinition
Inherits EvaluatorDefinition
Implements IJsonModel(Of RubricBasedEvaluatorDefinition), IPersistableModel(Of RubricBasedEvaluatorDefinition)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| RubricBasedEvaluatorDefinition(IEnumerable<EvaluationsDimension>) |
Initializes a new instance of RubricBasedEvaluatorDefinition. |
Properties
| Name | Description |
|---|---|
| DataSchema | (Inherited from EvaluatorDefinition) |
| Dimensions |
The set of dimensions — the scoring blueprint used by the LLM judge. Quality evaluators include a non-editable residual dimension with id 'general_quality' (always_applicable: true); safety evaluators include 'general_policy_compliance'. Both use the same Dimension structure. |
| InitParameters | (Inherited from EvaluatorDefinition) |
| Metrics |
List of output metrics produced by this evaluator. (Inherited from EvaluatorDefinition) |
| PassThreshold |
Pass/fail threshold for the aggregate rubric score, on the same normalized 0.0-1.0 scale as the emitted |