Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [%ML] >  [ValidationRun]
Private  Storage   

persistent class %ML.ValidationRun extends %Persistent

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
12 1


Summary

Properties
CompletedAt Log Name RunStatus
Settings StartedAt StatusCode TrainedModel
TrainingRun ValidationDuration ValidationQuery

Methods
%%CLASSNAMELogicalToStorage %%CLASSNAMEStorageToLogical %AddToSaveSet %AddToSyncSet
%BMEBuilt %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
%InsertBatch %IsA %IsModified %IsNull
%KillExtent %KillExtentData %LoadFromMemory %LockExtent
%LockId %New %NormalizeObject %ObjectIsNull
%ObjectModified %Oid %OnBeforeAddToSync %OnDeleteFinally
%OnDetermineClass %OnOpenFinally %OnSaveFinally %Open
%OpenId %OriginalNamespace %PackageName %PhysicalAddress
%PurgeIndices %Reload %RemoveFromSaveSet %ResolveConcurrencyConflict
%RollBack %Save %SaveDirect %SaveIndices
%SerializeObject %SetModified %SortBegin %SortEnd
%SyncObjectIn %SyncTransport %UnlockExtent %UnlockId
%ValidateIndices %ValidateObject %ValidateTable


Properties

• property CompletedAt as %TimeStamp;
Time completed (UTC)
• property Log as %Stream.GlobalCharacter;
Validation log output
• property Name as %String(MAXLEN=275) [ Required ];
Validation Run name
• property RunStatus as %String(DISPLAYLIST=",Running,Completed,Failed",VALUELIST=",running,completed,failed") [ InitialExpression = "running" ];
Validation status
• property Settings as %Library.DynamicObject;
Settings for this training run
• property StartedAt as %TimeStamp [ InitialExpression = $ZDATETIME($ZTIMESTAMP,3,1,3),Required ];
Time started (UTC)
• property StatusCode as %Status [ InitialExpression = $$$OK ];
Validation error (if encountered)
• property TrainedModel as TrainedModel [ Required ];
• property TrainingRun as TrainingRun;
Optional reference to training run from which these results were gathered, if gathered at TRAIN time
• property ValidationDuration as %Numeric [ Transient ];
Training duration (in seconds)
• property ValidationQuery as %String(MAXLEN=32000);
Training query

Indices

•index (NameIndex on Name) [Unique];


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