EvalResult 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 the evaluation.
public class EvalResult : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.Evaluation.EvalResult>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.Evaluation.EvalResult>
type EvalResult = class
interface IJsonModel<EvalResult>
interface IPersistableModel<EvalResult>
Public Class EvalResult
Implements IJsonModel(Of EvalResult), IPersistableModel(Of EvalResult)
- Inheritance
-
EvalResult
- Implements
Properties
| Name | Description |
|---|---|
| IsPassed |
indicates if the check passed or failed. |
| Name |
name of the check. |
| Score |
score. |
| Type |
type of the check. |