EvalCheckResult Class
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 sealed class EvalCheckResult : IEquatable<Microsoft.Agents.AI.EvalCheckResult>
type EvalCheckResult = class
interface IEquatable<EvalCheckResult>
Public NotInheritable Class EvalCheckResult
Implements IEquatable(Of EvalCheckResult)
- Inheritance
-
EvalCheckResult
- Implements
Constructors
| Name | Description |
|---|---|
| EvalCheckResult(Boolean, String, String) |
Result of a single check on a single evaluation item. |
Properties
| Name | Description |
|---|---|
| CheckName |
Name of the check that produced this result. |
| Passed |
Whether the check passed. |
| Reason |
Human-readable explanation. |
Methods
| Name | Description |
|---|---|
| <Clone>$() | |
| Deconstruct(Boolean, String, String) | |
| Equals(EvalCheckResult) | |
| Equals(Object) | |
| GetHashCode() | |
| ToString() | |
Operators
| Name | Description |
|---|---|
| Equality(EvalCheckResult, EvalCheckResult) | |
| Inequality(EvalCheckResult, EvalCheckResult) | |