EvalScoreResult Constructors
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.
Overloads
| Name | Description |
|---|---|
| EvalScoreResult(EvalScoreResult) | |
| EvalScoreResult(String, Double, Nullable<Boolean>) |
A single evaluator's score on one evaluation item. |
EvalScoreResult(EvalScoreResult)
protected EvalScoreResult(Microsoft.Agents.AI.EvalScoreResult original);
Protected Sub New (original As EvalScoreResult)
Parameters
- original
- EvalScoreResult
Applies to
EvalScoreResult(String, Double, Nullable<Boolean>)
A single evaluator's score on one evaluation item.
public EvalScoreResult(string Name, double Score, bool? Passed = default);
new Microsoft.Agents.AI.EvalScoreResult : string * double * Nullable<bool> -> Microsoft.Agents.AI.EvalScoreResult
Public Sub New (Name As String, Score As Double, Optional Passed As Nullable(Of Boolean) = Nothing)
Parameters
- Name
- String
The evaluator name that produced this score.
- Score
- Double
The numeric score value.