HtmlReportWriter 클래스

정의

IEvaluationReportWriter 제공된 ScenarioRunResultS에 있는 모든 EvaluationMetric항목을 포함하는 HTML 보고서를 생성하고 지정된 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
상속
HtmlReportWriter
구현

생성자

Name Description
HtmlReportWriter(String)

IEvaluationReportWriter 제공된 ScenarioRunResultS에 있는 모든 EvaluationMetric항목을 포함하는 HTML 보고서를 생성하고 지정된 reportFilePath보고서에 쓰는 것입니다.

메서드

Name Description
WriteReportAsync(IEnumerable<ScenarioRunResult>, CancellationToken)

제공된 scenarioRunResultss에 있는 모든 EvaluationMetric항목을 포함하는 보고서를 작성합니다.

적용 대상