Jaa


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.

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)

Applies to