EvaluationsDimension 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 dimension β one independent, measurable quality dimension within a rubric evaluator's scoring blueprint.
public class EvaluationsDimension : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.Evaluation.EvaluationsDimension>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.Evaluation.EvaluationsDimension>
type EvaluationsDimension = class
interface IJsonModel<EvaluationsDimension>
interface IPersistableModel<EvaluationsDimension>
Public Class EvaluationsDimension
Implements IJsonModel(Of EvaluationsDimension), IPersistableModel(Of EvaluationsDimension)
- Inheritance
-
EvaluationsDimension
- Implements
Constructors
| Name | Description |
|---|---|
| EvaluationsDimension(String, String, Int32) |
Initializes a new instance of EvaluationsDimension. |
Properties
| Name | Description |
|---|---|
| AlwaysApplicable |
When true, the LLM judge always scores this dimension regardless of relevance (skips applicability assessment). The service-generated general quality/policy dimension has this set to true and is non-editable. Users may set this on their own custom dimensions. The service defaults to |
| Description |
What this dimension measures (e.g., 'Correctly identifies the user's reservation intent and pursues the appropriate workflow'). |
| Id |
Stable identifier for this dimension (snake_case, e.g., |
| Weight |
Relative weight of this dimension (1-10). The generation pipeline assigns exactly one dimension weight 8-10; all others use 1-6. User edits are not constrained by this heuristic. |