AgentEvaluationResults.PerEvaluator 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.
Gets per-evaluator pass/fail breakdown (Foundry only).
public System.Collections.Generic.IReadOnlyDictionary<string,Microsoft.Agents.AI.PerEvaluatorResult>? PerEvaluator { get; set; }
member this.PerEvaluator : System.Collections.Generic.IReadOnlyDictionary<string, Microsoft.Agents.AI.PerEvaluatorResult> with get, set
Public Property PerEvaluator As IReadOnlyDictionary(Of String, PerEvaluatorResult)