ML Configuration Definitions. More...
Public Attributes | |
Description | |
Description of this Configurtion. More... | |
Name | |
Configuration name. More... | |
Owner | |
Username/Rolename that is the owner of this ML Configuration. More... | |
Type | |
Provider. More... | |
Using | |
Default USING clause for the provider. More... | |
ML Configuration Definitions.
This super class should be extended by different providers to allow for custom configurations. Any configuration settings common to all providers should be defined in this class.
|
staticprivate |
Create default ML configuration.
name - Name of the configuration, required, must be unique. String with MAXLEN=256 desc - Optional 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)
Reimplemented in Configuration, and Configuration.
|
staticprivate |
Returns the current process's default ML Configuration.
Returns "" if an error or the ML Configuration no longer exists and there is no system default
|
staticprivate |
Returns the system-wide default ML Configuration.
if no system wide default is defined (which really should not happen), "" is returned
|
staticprivate |
Given the name of a ML Configuration, return the using property value.
"" returned upon error
|
staticprivate |
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 To change Description, Using, or Owner, 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
Description |
Description of this Configurtion.
Name |
Configuration name.
Owner |
Username/Rolename that is the owner of this ML Configuration.
The owner will always implicitly have USE privilege for the configuration
Using |
Default USING clause for the provider.