Sdílet prostřednictvím


HtmlReportWriter(String) Constructor

Definition

An IEvaluationReportWriter that generates an html report containing all the EvaluationMetrics present in the supplied ScenarioRunResults and writes it to the specified reportFilePath.

public:
 HtmlReportWriter(System::String ^ reportFilePath);
public HtmlReportWriter (string reportFilePath);
new Microsoft.Extensions.AI.Evaluation.Reporting.Formats.Html.HtmlReportWriter : string -> Microsoft.Extensions.AI.Evaluation.Reporting.Formats.Html.HtmlReportWriter
Public Sub New (reportFilePath As String)

Parameters

reportFilePath
String

Applies to