%ML.ValidationMetric
Class %ML.ValidationMetric Extends %Persistent [ System = 4 ]
Properties
ValidationRun
Property ValidationRun As ValidationRun [ Required ];
MetricName
Property MetricName As %String(MAXLEN = 200);
MetricValue
Property MetricValue As %Numeric;
TargetValue
Property TargetValue As %String(MAXLEN = 2000);