GLEUEvaluatorContext 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
GLEUEvaluatorContext(IEnumerable<String>) |
Initializes a new instance of the GLEUEvaluatorContext class. |
GLEUEvaluatorContext(String[]) |
Initializes a new instance of the GLEUEvaluatorContext class. |
GLEUEvaluatorContext(IEnumerable<String>)
- Source:
- GLEUEvaluatorContext.cs
Initializes a new instance of the GLEUEvaluatorContext class.
public:
GLEUEvaluatorContext(System::Collections::Generic::IEnumerable<System::String ^> ^ references);
public GLEUEvaluatorContext(System.Collections.Generic.IEnumerable<string> references);
new Microsoft.Extensions.AI.Evaluation.NLP.GLEUEvaluatorContext : seq<string> -> Microsoft.Extensions.AI.Evaluation.NLP.GLEUEvaluatorContext
Public Sub New (references As IEnumerable(Of String))
Parameters
- references
- IEnumerable<String>
The reference responses against which the response that is being evaluated is compared.
Applies to
GLEUEvaluatorContext(String[])
- Source:
- GLEUEvaluatorContext.cs
Initializes a new instance of the GLEUEvaluatorContext class.
public:
GLEUEvaluatorContext(... cli::array <System::String ^> ^ references);
public GLEUEvaluatorContext(params string[] references);
new Microsoft.Extensions.AI.Evaluation.NLP.GLEUEvaluatorContext : string[] -> Microsoft.Extensions.AI.Evaluation.NLP.GLEUEvaluatorContext
Public Sub New (ParamArray references As String())
Parameters
- references
- String[]
The reference responses against which the response that is being evaluated is compared.