EvaluationMetric<T>(String, T) Constructor
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.
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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.