EvaluatorVersion.SupportedEvaluationLevels 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.
Evaluation levels this evaluator supports (e.g., turn, conversation). When omitted on create, the service defaults to ["turn"]. On update, omitting this field leaves it unchanged; an empty list is rejected. Custom code-based evaluators support only turn; custom prompt-based evaluators support exactly one level (turn or conversation).
public System.Collections.Generic.IList<Azure.AI.Projects.Evaluation.ProjectsEvaluationLevel> SupportedEvaluationLevels { get; }
member this.SupportedEvaluationLevels : System.Collections.Generic.IList<Azure.AI.Projects.Evaluation.ProjectsEvaluationLevel>
Public ReadOnly Property SupportedEvaluationLevels As IList(Of ProjectsEvaluationLevel)