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.EvalResult>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.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 |
|---|---|
| Name |
name of the check. |
| Passed |
indicates if the check passed or failed. |
| Score |
score. |
| Type |
type of the check. |