persistent class %ML.ValidationMetric
extends %Persistent
Parameters
|
Properties
|
Methods
|
Queries
|
Indices
|
ForeignKeys
|
Triggers
|
|
4
|
|
|
|
|
|
property MetricName
as %String(MAXLEN=200);
property MetricValue
as %Numeric;
property TargetValue
as %String(MAXLEN=2000);
property ValidationRun
as ValidationRun [ Required ];