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. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |