%ML.Utils
Class %ML.Utils [ System = 4 ]
%ML Utilities
Methods
%RunMethodWithCapture
ClassMethod %RunMethodWithCapture(%oref As %ObjectHandle, %method As %String, %log As %GlobalCharacterStream = {$$$NULLOREF}, ByRef %result, %args...) As %Status [ Internal, ProcedureBlock = 0 ]
Invoke a method and capture it's output to the specified stream
%KillAllData
ClassMethod %KillAllData() As %Status
Kills ALL data: models, trained models and training runs !!! WARNING: Do not use without knowing what this does !!!