AzureAIProjectsModelFactory.EvalResult Method
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 static Azure.AI.Projects.EvalResult EvalResult(string name = default, string type = default, float score = 0, bool passed = false);
static member EvalResult : string * string * single * bool -> Azure.AI.Projects.EvalResult
Public Shared Function EvalResult (Optional name As String = Nothing, Optional type As String = Nothing, Optional score As Single = 0, Optional passed As Boolean = false) As EvalResult
Parameters
- name
- String
name of the check.
- type
- String
type of the check.
- score
- Single
score.
- passed
- Boolean
indicates if the check passed or failed.
Returns
A new EvalResult instance for mocking.