OptimizationOptions.EvaluationLevel 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 granularity. Null/omitted means per-item single-turn. Set to 'conversation' for per-conversation multi-turn simulation scoring.
public Azure.AI.Projects.Agents.EvaluationLevel? EvaluationLevel { get; set; }
member this.EvaluationLevel : Nullable<Azure.AI.Projects.Agents.EvaluationLevel> with get, set
Public Property EvaluationLevel As Nullable(Of EvaluationLevel)