2 implementations of IEvaluationReportWriter
Microsoft.Extensions.AI.Evaluation.Reporting (2)
Formats\Html\HtmlReportWriter.cs (1)
24
public sealed class HtmlReportWriter(string reportFilePath) :
IEvaluationReportWriter
Formats\Json\JsonReportWriter.cs (1)
23
public sealed class JsonReportWriter(string reportFilePath) :
IEvaluationReportWriter
3 references to IEvaluationReportWriter
Microsoft.Extensions.AI.Evaluation.Console (1)
Commands\ReportCommand.cs (1)
86
IEvaluationReportWriter
reportWriter = format switch
Microsoft.Extensions.AI.Evaluation.Reporting (2)
Formats\Html\HtmlReportWriter.cs (1)
17
/// An <see cref="
IEvaluationReportWriter
"/> that generates an HTML report containing all the
Formats\Json\JsonReportWriter.cs (1)
16
/// An <see cref="
IEvaluationReportWriter
"/> that generates a JSON report containing all the