次の方法で共有


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

Gets or sets a value indicating whether the result represented in the associated EvaluationMetric is considered a failure.

Rating

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

Reason

Gets or sets a string that can optionally be used to provide some commentary around the values specified for Rating and / or Failed.

Applies to