EvalItemResult(String, String, IReadOnlyList<EvalScoreResult>) Constructor

Definition

Initializes a new instance of the EvalItemResult class.

public EvalItemResult(string itemId, string status, System.Collections.Generic.IReadOnlyList<Microsoft.Agents.AI.EvalScoreResult> scores);
new Microsoft.Agents.AI.EvalItemResult : string * string * System.Collections.Generic.IReadOnlyList<Microsoft.Agents.AI.EvalScoreResult> -> Microsoft.Agents.AI.EvalItemResult
Public Sub New (itemId As String, status As String, scores As IReadOnlyList(Of EvalScoreResult))

Parameters

itemId
String

The output item ID from the evaluation API.

status
String

The item evaluation status (e.g., "pass", "fail", "error").

scores
IReadOnlyList<EvalScoreResult>

Per-evaluator score results.

Applies to