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

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

SQL Table Name: ML_TRAINING_RUNS

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

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
1 13


Summary

Properties
COMPLETEDTIMESTAMP LOG MLCONFIGURATIONAME MODELNAME
PROVIDER RUNSTATUS SETTINGS STARTTIMESTAMP
STATUSCODE TRAININGDURATION TRAININGRUNNAME TRAININGRUNQUERY

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 COMPLETEDTIMESTAMP as %TimeStamp [ SqlFieldName = COMPLETED_TIMESTAMP,Required ];
Timestamp for when the Training Run completed (UTC)
• property LOG as %Stream.GlobalCharacter [ SqlFieldName = LOG ];
Training log output
• property MLCONFIGURATIONAME as %SYS.ML.Configuration [ SqlFieldName = ML_CONFIGURATION_NAME ];
ML Configuration for this training run
• property MODELNAME as %String(MAXLEN=256) [ SqlFieldName = MODEL_NAME,Required ];
Name of the model that was trained
• property PROVIDER as %String(MAXLEN=128) [ SqlFieldName = PROVIDER ];
Provider used with Training Run
• property RUNSTATUS as %String(DISPLAYLIST=",Training,Completed,Failed,Canceled/Terminated",VALUELIST=",training,completed,failed,canceled/terminated") [ SqlFieldName = RUN_STATUS,Transient ];
Training status RunStatus = "Training" means the model is currently being trained RunStatus = "Completed" means the model was trained without error RunStatus = "Failed" means the training of the model encountered an error RunStatus = "Canceled/Terminated" means the process executing the train statement was terminated, possibly by the Cancel button in the Execute Query window in the SMP.
• property SETTINGS as %String(MAXLEN="") [ SqlFieldName = SETTINGS,Transient ];
Settings String for this training run
• property STARTTIMESTAMP as %TimeStamp [ SqlFieldName = START_TIMESTAMP,Required ];
Timestamp for when the Training Run began (UTC)
• property STATUSCODE as %Status [ SqlFieldName = STATUS_CODE ];
Training error (if encountered)
• property TRAININGDURATION as %Numeric [ SqlFieldName = TRAINING_DURATION,Transient ];
Training duration (in seconds)
• property TRAININGRUNNAME as %String(MAXLEN=256) [ SqlFieldName = TRAINING_RUN_NAME ];
Name of the Training Run, same as the name for the corresponding Trained Model
• property TRAININGRUNQUERY as %String(MAXLEN=32000) [ SqlFieldName = TRAINING_RUN_QUERY ];
Training Run query (SQL)


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