RubricBasedEvaluatorDefinition.Dimensions Property
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.
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)