EvaluationDiagnostic(EvaluationDiagnosticSeverity, String) Constructor
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.
Represents a diagnostic (such as a warning, error or informational message) that applies to the result represented in an EvaluationMetric.
public:
EvaluationDiagnostic(Microsoft::Extensions::AI::Evaluation::EvaluationDiagnosticSeverity severity, System::String ^ message);
public EvaluationDiagnostic (Microsoft.Extensions.AI.Evaluation.EvaluationDiagnosticSeverity severity, string message);
new Microsoft.Extensions.AI.Evaluation.EvaluationDiagnostic : Microsoft.Extensions.AI.Evaluation.EvaluationDiagnosticSeverity * string -> Microsoft.Extensions.AI.Evaluation.EvaluationDiagnostic
Public Sub New (severity As EvaluationDiagnosticSeverity, message As String)
Parameters
- severity
- EvaluationDiagnosticSeverity
An EvaluationDiagnosticSeverity that indicates the severity of the EvaluationDiagnostic.
- message
- String
An error, warning or informational message describing the EvaluationDiagnostic.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.