EvaluationsDimension Class

Definition

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 false if a value is not specified by the caller.

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., correct_resolution). Required. Provided by the user when manually creating a rubric evaluator or during human-in-the-loop review of a generated set; the generation pipeline produces an initial value the user can edit. Editable when saving new versions.

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.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<EvaluationsDimension>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<EvaluationsDimension>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<EvaluationsDimension>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<EvaluationsDimension>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<EvaluationsDimension>.Write(ModelReaderWriterOptions)

Applies to