EvaluatorGenerationInputs.Category Property

Definition

Category determines the rubric generation focus: 'quality' (default) produces quality-focused rubric criteria, 'safety' produces policy-derived safety rubric criteria. Both use the same rubric structure. Singular because quality and safety generation are mutually exclusive pipelines — the output EvaluatorVersion.categories is an array (e.g., ['agents', 'quality']).

public Azure.AI.Projects.Evaluation.EvaluatorCategory? Category { get; set; }
member this.Category : Nullable<Azure.AI.Projects.Evaluation.EvaluatorCategory> with get, set
Public Property Category As Nullable(Of EvaluatorCategory)

Property Value

Applies to