EvalItemResult(String, String, IReadOnlyList<EvalScoreResult>) Constructor
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.
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.