EvalCheckResult(Boolean, String, String) 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.
Result of a single check on a single evaluation item.
public EvalCheckResult(bool Passed, string Reason, string CheckName);
new Microsoft.Agents.AI.EvalCheckResult : bool * string * string -> Microsoft.Agents.AI.EvalCheckResult
Public Sub New (Passed As Boolean, Reason As String, CheckName As String)
Parameters
- Passed
- Boolean
Whether the check passed.
- Reason
- String
Human-readable explanation.
- CheckName
- String
Name of the check that produced this result.