Jaa


EvaluationMetric<T>(String, T) Constructor

Definition

An abstract base class that represents the result of an evaluation containing a value of type T.

protected:
 EvaluationMetric(System::String ^ name, T value);
protected EvaluationMetric (string name, T? value);
new Microsoft.Extensions.AI.Evaluation.EvaluationMetric<'T> : string * 'T -> Microsoft.Extensions.AI.Evaluation.EvaluationMetric<'T>
Protected Sub New (name As String, value As T)

Parameters

name
String

The name of the EvaluationMetric<T>.

value
T

The value of the EvaluationMetric<T>.

Applies to