RubricBasedEvaluatorDefinition.Dimensions Property

Definition

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.

public System.Collections.Generic.IList<Azure.AI.Projects.Evaluation.EvaluationsDimension> Dimensions { get; }
member this.Dimensions : System.Collections.Generic.IList<Azure.AI.Projects.Evaluation.EvaluationsDimension>
Public ReadOnly Property Dimensions As IList(Of EvaluationsDimension)

Property Value

Applies to