Skip to main content

%ML.ValidationMetric

persistent class %ML.ValidationMetric extends %Library.Persistent

SQL Table Name: %ML.ValidationMetric

Property Inventory

Properties

property MetricName as %String (MAXLEN = 200);
Property methods: MetricNameDisplayToLogical(), MetricNameGet(), MetricNameGetStored(), MetricNameIsValid(), MetricNameLogicalToDisplay(), MetricNameLogicalToOdbc(), MetricNameNormalize(), MetricNameSet()
property MetricValue as %Numeric;
Property methods: MetricValueDisplayToLogical(), MetricValueGet(), MetricValueGetStored(), MetricValueIsValid(), MetricValueLogicalToDisplay(), MetricValueNormalize(), MetricValueSet()
property TargetValue as %String (MAXLEN = 2000);
Property methods: TargetValueDisplayToLogical(), TargetValueGet(), TargetValueGetStored(), TargetValueIsValid(), TargetValueLogicalToDisplay(), TargetValueLogicalToOdbc(), TargetValueNormalize(), TargetValueSet()
property ValidationRun as ValidationRun [ Required ];
Property methods: ValidationRunGet(), ValidationRunGetObject(), ValidationRunGetObjectId(), ValidationRunGetStored(), ValidationRunGetSwizzled(), ValidationRunIsValid(), ValidationRunNewObject(), ValidationRunSet(), ValidationRunSetObject(), ValidationRunSetObjectId(), ValidationRunUnSwizzle()

Indexes

index (IDKEY on ) [IdKey, Type = key];
Index methods: IDKEYCheck(), IDKEYDelete(), IDKEYExists(), IDKEYOpen(), IDKEYSQLCheckUnique(), IDKEYSQLExists(), IDKEYSQLFindPKeyByConstraint(), IDKEYSQLFindRowIDByConstraint()

Inherited Members

Inherited Methods

Storage

Storage Model: Storage (%ML.ValidationMetric)

^IRIS.ML.ValidationMetricD(ID)
=
%%CLASSNAME
ValidationRun
MetricName
MetricValue
TargetValue
FeedbackOpens in a new tab