OptimizationOptions.EvaluationLevel Property

Definition

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)

Property Value

Applies to