Skip to main content

%ML.ValidationRun

persistent class %ML.ValidationRun extends %Library.Persistent

SQL Table Name: %ML.ValidationRun

Property Inventory

Properties

property CompletedAt as %TimeStamp;
Time completed (UTC)
Property methods: CompletedAtDisplayToLogical(), CompletedAtGet(), CompletedAtGetStored(), CompletedAtIsValid(), CompletedAtLogicalToDisplay(), CompletedAtNormalize(), CompletedAtOdbcToLogical(), CompletedAtSet()
property Log as %Stream.GlobalCharacter;
Validation log output
Property methods: LogDelete(), LogGet(), LogGetObject(), LogGetObjectId(), LogGetStored(), LogGetSwizzled(), LogIsValid(), LogNewObject(), LogOid(), LogOpen(), LogSet(), LogSetObject(), LogSetObjectId(), LogUnSwizzle()
property Name as %String (MAXLEN = 275) [ Required ];
Validation Run name
Property methods: NameDisplayToLogical(), NameGet(), NameGetStored(), NameIsValid(), NameLogicalToDisplay(), NameLogicalToOdbc(), NameNormalize(), NameSet()
property RunStatus as %String (DISPLAYLIST = ",Running,Completed,Failed", VALUELIST = ",running,completed,failed") [ InitialExpression = "running" ];
Validation status
Property methods: RunStatusDisplayToLogical(), RunStatusGet(), RunStatusGetStored(), RunStatusIsValid(), RunStatusLogicalToDisplay(), RunStatusLogicalToOdbc(), RunStatusNormalize(), RunStatusSet()
property Settings as %Library.DynamicObject;
Settings for this training run
Property methods: SettingsGet(), SettingsGetObject(), SettingsGetObjectId(), SettingsGetStored(), SettingsGetSwizzled(), SettingsIsValid(), SettingsNewObject(), SettingsSet(), SettingsSetObject(), SettingsSetObjectId(), SettingsUnSwizzle()
property StartedAt as %TimeStamp [ InitialExpression = $ZDATETIME($ZTIMESTAMP,3,1,3) , Required ];
Time started (UTC)
Property methods: StartedAtDisplayToLogical(), StartedAtGet(), StartedAtGetStored(), StartedAtIsValid(), StartedAtLogicalToDisplay(), StartedAtNormalize(), StartedAtOdbcToLogical(), StartedAtSet()
property StatusCode as %Status [ InitialExpression = $$$OK ];
Validation error (if encountered)
Property methods: StatusCodeGet(), StatusCodeGetStored(), StatusCodeIsValid(), StatusCodeLogicalToOdbc(), StatusCodeSet()
property TrainedModel as TrainedModel [ Required ];
Property methods: TrainedModelGet(), TrainedModelGetObject(), TrainedModelGetObjectId(), TrainedModelGetStored(), TrainedModelGetSwizzled(), TrainedModelIsValid(), TrainedModelNewObject(), TrainedModelSet(), TrainedModelSetObject(), TrainedModelSetObjectId(), TrainedModelUnSwizzle()
property TrainingRun as TrainingRun;
Optional reference to training run from which these results were gathered, if gathered at TRAIN time
Property methods: TrainingRunGet(), TrainingRunGetObject(), TrainingRunGetObjectId(), TrainingRunGetStored(), TrainingRunGetSwizzled(), TrainingRunIsValid(), TrainingRunNewObject(), TrainingRunSet(), TrainingRunSetObject(), TrainingRunSetObjectId(), TrainingRunUnSwizzle()
property ValidationDuration as %Numeric [ Transient ];
Training duration (in seconds)
Property methods: ValidationDurationCompute(), ValidationDurationDisplayToLogical(), ValidationDurationGet(), ValidationDurationIsValid(), ValidationDurationLogicalToDisplay(), ValidationDurationNormalize(), ValidationDurationSQLCompute(), ValidationDurationSet(), ValidationDurationSetT()
property ValidationQuery as %String (MAXLEN = 32000);
Training query
Property methods: ValidationQueryDisplayToLogical(), ValidationQueryGet(), ValidationQueryGetStored(), ValidationQueryIsValid(), ValidationQueryLogicalToDisplay(), ValidationQueryLogicalToOdbc(), ValidationQueryNormalize(), ValidationQuerySet()

Indexes

index (IDKEY on ) [IdKey, Type = key];
Index methods: IDKEYCheck(), IDKEYDelete(), IDKEYExists(), IDKEYOpen(), IDKEYSQLCheckUnique(), IDKEYSQLExists(), IDKEYSQLFindPKeyByConstraint(), IDKEYSQLFindRowIDByConstraint()
index (NameIndex on Name) [Unique];
Index methods: NameIndexCheck(), NameIndexCheckUnique(), NameIndexDelete(), NameIndexExists(), NameIndexOpen(), NameIndexSQLCheckUnique(), NameIndexSQLExists(), NameIndexSQLFindPKeyByConstraint(), NameIndexSQLFindRowIDByConstraint()

Inherited Members

Inherited Methods

Storage

Storage Model: Storage (%ML.ValidationRun)

^IRIS.ML.ValidationRunD(ID,"Settings")
=
Settings

Storage Model: Storage (%ML.ValidationRun)

^IRIS.ML.ValidationRunD(ID,"ValidationParameters",n)
=
ValidationParameters(n)

Storage Model: Storage (%ML.ValidationRun)

^IRIS.ML.ValidationRunD(ID)
=
%%CLASSNAME
TrainedModel
Name
StartedAt
CompletedAt
ValidationQuery
RunStatus
StatusCode
Log
TrainingRun
FeedbackOpens in a new tab