%SYS.ML.H2O.Configuration
persistent class %SYS.ML.H2O.Configuration extends %SYS.ML.Configuration
SQL Table Name: %SYS_ML_H2O.Configuration
ML Configuration Definitions for H2O provider %SYS.ML.Configuration.Type=1 for H2OProperty Inventory
Method Inventory
Properties
property javaTlsConfigFile as %String (MAXLEN = 4096);
Property methods: javaTlsConfigFileDisplayToLogical(), javaTlsConfigFileGet(), javaTlsConfigFileGetStored(), javaTlsConfigFileIsValid(), javaTlsConfigFileLogicalToDisplay(), javaTlsConfigFileLogicalToOdbc(), javaTlsConfigFileNormalize(), javaTlsConfigFileSet()
Methods
classmethod %Create(name As %String(MAXLEN=256), desc As %String(MAXLEN=256)="", using As %String(MAXLEN="")="", owner As %String(MAXLEN=160)="", javaTlsConfigFile As %String(MAXLEN=4096)="") as %Status
Create H2O configuration
classmethod %Modify(name As %String(MAXLEN=256), desc As %String(MAXLEN=256), using As %String(MAXLEN=4096), owner As %String(MAXLEN=160), javaTlsConfigFile As %String(MAXLEN=4096)) as %Status
Modify an ML configuration
name - Name of the configuration to modify
desc - Description for the configuration
using - default USING clause for the configuration. This is a JSON string of key:value pairs (See CREATE MODEL for examples)
owner - Username/Rolename that owns this ML Configuration
javaTlsConfigFile - Path to Java client TLS configuration file to connect to superserver
To change Description, Using, Owner, or javaTlsConfigFile, supply a new value (including "" to set the new value to null).
To leave the value alone, don't pass any value for the parameter
Name and Type cannot be modified
Inherited Members
Inherited Properties
Inherited 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()
- %GetDefault()
- %GetLock()
- %GetParameter()
- %GetProviderFromName()
- %GetSwizzleObject()
- %GetSystemDefault()
- %GetUsingFromName()
- %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()
- %Remove()
- %RemoveFromSaveSet()
- %ResolveConcurrencyConflict()
- %RollBack()
- %Save()
- %SaveDirect()
- %SaveIndices()
- %SerializeObject()
- %SetDefault()
- %SetModified()
- %SetSystemDefault()
- %SortBegin()
- %SortEnd()
- %SyncObjectIn()
- %SyncTransport()
- %UnlockExtent()
- %UnlockId()
- %ValidateIndices()
- %ValidateObject()
- %ValidateTable()
Storage
Gray indicates storage defined by superclasses.
Storage Model: Storage (%SYS.ML.Configuration)
^%SYS("ml","configuration","d")(ID) |
= | %%CLASSNAME
Name
Type
Using
Description
Owner
|
Storage Model: Storage (%SYS.ML.H2O.Configuration)
^%SYS("ml","configuration","d")(ID,"H2O") |
= | javaTlsConfigFile
|