JsonReportWriter Class
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 IEvaluationReportWriter that generates a JSON report containing all the
EvaluationMetrics present in the supplied ScenarioRunResults and writes it to the
specified reportFilePath
.
public ref class JsonReportWriter sealed : Microsoft::Extensions::AI::Evaluation::Reporting::IEvaluationReportWriter
public sealed class JsonReportWriter : Microsoft.Extensions.AI.Evaluation.Reporting.IEvaluationReportWriter
type JsonReportWriter = class
interface IEvaluationReportWriter
Public NotInheritable Class JsonReportWriter
Implements IEvaluationReportWriter
- Inheritance
-
JsonReportWriter
- Implements
Constructors
JsonReportWriter(String) |
An IEvaluationReportWriter that generates a JSON report containing all the
EvaluationMetrics present in the supplied ScenarioRunResults and writes it to the
specified |
Methods
WriteReportAsync(IEnumerable<ScenarioRunResult>, CancellationToken) |
Writes a report containing all the EvaluationMetrics present in the supplied
|