EvaluationMetricInterpretation 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.
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 |
|
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. |