Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [INFORMATION] >  [SCHEMA] >  [MLVALIDATIONMETRICS]
Private  Storage   

persistent class INFORMATION.SCHEMA.MLVALIDATIONMETRICS extends %Library.Persistent

SQL Table Name: ML_VALIDATION_METRICS

Returns one row for each Integrated ML Validation Metric that can be accessed by the current user in the current namespace.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
1 8


Summary

Properties
METRICNAME METRICVALUE MODELNAME TARGETVALUE
TRAINEDMODELNAME VALIDATIONRUNNAME

Methods
%AddToSaveSet %AddToSyncSet %BuildDeferredIndices %BuildIndicesAsync
%BuildIndicesAsyncResponse %CheckConstraints %CheckConstraintsForExtent %ClassIsLatestVersion
%ClassName %ComposeOid %ConstructClone %Delete
%DeleteExtent %DeleteId %DispatchClassMethod %DispatchGetModified
%DispatchGetProperty %DispatchMethod %DispatchSetModified %DispatchSetMultidimProperty
%DispatchSetProperty %Exists %ExistsId %Extends
%GUID %GUIDSet %GetLock %GetParameter
%GetSwizzleObject %Id %IsA %IsModified
%IsNull %KillExtent %LockExtent %LockId
%New %NormalizeObject %ObjectIsNull %ObjectModified
%Oid %OnBeforeAddToSync %OnDeleteFinally %OnDetermineClass
%OnOpenFinally %OnSaveFinally %Open %OpenId
%OriginalNamespace %PackageName %PurgeIndices %Reload
%RemoveFromSaveSet %ResolveConcurrencyConflict %RollBack %Save
%SaveDirect %SerializeObject %SetModified %SortBegin
%SortEnd %SyncObjectIn %SyncTransport %UnlockExtent
%UnlockId %ValidateIndices %ValidateObject %ValidateTable


Parameters

• parameter READONLY = 1;
READONLY = 1 means that objects can be created, opened but not saved or deleted. Tables are projected to SQL as READONLY.

Properties

• property METRICNAME as %String(MAXLEN=200) [ SqlFieldName = METRIC_NAME ];
Validation Metric Name
• property METRICVALUE as %Numeric [ SqlFieldName = METRIC_VALUE ];
Validation Metric Value
• property MODELNAME as %String(MAXLEN=256) [ SqlFieldName = MODEL_NAME,Transient ];
Model Name
• property TARGETVALUE as %String(MAXLEN=2000) [ SqlFieldName = TARGET_VALUE ];
Validation Target Value
• property TRAINEDMODELNAME as %String(MAXLEN=256) [ SqlFieldName = TRAINED_MODEL_NAME,Transient ];
Name of the Trained Model for this Validation Run
• property VALIDATIONRUNNAME as %String(MAXLEN=256) [ SqlFieldName = VALIDATION_RUN_NAME,Transient ];
Name of the Validation Run


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.