HtmlReportWriter Class

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 ref class HtmlReportWriter sealed : Microsoft::Extensions::AI::Evaluation::Reporting::IEvaluationReportWriter
public sealed class HtmlReportWriter : Microsoft.Extensions.AI.Evaluation.Reporting.IEvaluationReportWriter
type HtmlReportWriter = class
    interface IEvaluationReportWriter
Public NotInheritable Class HtmlReportWriter
Implements IEvaluationReportWriter
Inheritance
HtmlReportWriter
Implements

Constructors

HtmlReportWriter(String)

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

Methods

WriteReportAsync(IEnumerable<ScenarioRunResult>, CancellationToken)

Writes a report containing all the EvaluationMetrics present in the supplied scenarioRunResultss.

Applies to