次の方法で共有


EvaluationMetricInterpretation.Failed Property

Definition

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

public:
 property bool Failed { bool get(); void set(bool value); };
public bool Failed { get; set; }
member this.Failed : bool with get, set
Public Property Failed As Boolean

Property Value

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

Applies to