EvaluatorGenerationInputs.Category 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.
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)