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

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

SQL Table Name: ML_MODELS

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

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
1 13


Summary

Properties
CREATETIMESTAMP DEFAULTSETTINGS DEFAULTTRAINEDMODELNAME DEFAULTTRAININGQUERY
DESCRIPTION MODELNAME PREDICTINGCOLUMNNAME PREDICTINGCOLUMNTYPE
WITHCOLUMNS

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 CREATETIMESTAMP as %TimeStamp [ SqlFieldName = CREATE_TIMESTAMP,Required ];
Timestamp for when the model was created (UTC)
• property DEFAULTSETTINGS as %String(MAXLEN=32000) [ SqlFieldName = DEFAULT_SETTINGS,Transient ];
Default Parameter (Settings) the model's provider will use
• property DEFAULTTRAINEDMODELNAME as %String(MAXLEN=275) [ SqlFieldName = DEFAULT_TRAINED_MODEL_NAME,Transient ];
Default trained model name
• property DEFAULTTRAININGQUERY as %String(MAXLEN=32000) [ SqlFieldName = DEFAULT_TRAINING_QUERY ];
Default training query (SQL)
• property DESCRIPTION as %String(MAXLEN=8192);
Model description
• property MODELNAME as %String(MAXLEN=256) [ SqlFieldName = MODEL_NAME,Required ];
Name of the model
• property PREDICTINGCOLUMNNAME as %String(MAXLEN=128) [ SqlFieldName = PREDICTING_COLUMN_NAME,Required ];
Column Name we are predicting
• property PREDICTINGCOLUMNTYPE as %String(MAXLEN=128) [ SqlFieldName = PREDICTING_COLUMN_TYPE,Required ];
Column Type we are predicting
• property WITHCOLUMNS as %String(MAXLEN=4096) [ SqlFieldName = WITH_COLUMNS,Transient ];
With Columns


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