EvaluationMetricInterpretation Class

Definition

Specifies how the result represented in an associated EvaluationMetric should be interpreted.

public ref class EvaluationMetricInterpretation sealed
public sealed class EvaluationMetricInterpretation
type EvaluationMetricInterpretation = class
Public NotInheritable Class EvaluationMetricInterpretation
Inheritance
EvaluationMetricInterpretation

Constructors

EvaluationMetricInterpretation(EvaluationRating, Boolean, String)

Specifies how the result represented in an associated EvaluationMetric should be interpreted.

Properties

Failed

true if the result represented in the associated EvaluationMetric is considered a failure; false otherwise.

Rating

An EvaluationRating that identifies how good or bad the result represented in the associated EvaluationMetric is considered.

Reason

An optional string that can be used to provide some commentary around the values specified for Rating and / or Failed.

Applies to