Uses of Class
lumis.portal.ai.AiConfig
-
Packages that use AiConfig Package Description lumis.portal.ai Artificial intelligence related implementations.lumis.service.portalmanagement.ai -
-
Uses of AiConfig in lumis.portal.ai
Methods in lumis.portal.ai that return AiConfig Modifier and Type Method Description protected AiConfig
AiConfig. clone()
static AiConfig
AiConfig. getCurrentConfiguration()
Returns the current AI configuration.Methods in lumis.portal.ai with parameters of type AiConfig Modifier and Type Method Description static void
AiConfig. update(AiConfig newConfig)
Updates the AI configuration and applies it to all cluster servers. -
Uses of AiConfig in lumis.service.portalmanagement.ai
Methods in lumis.service.portalmanagement.ai that return types with arguments of type AiConfig Modifier and Type Method Description protected java.util.List<AiConfig>
AiConfigDataProvider. loadObjects(SessionConfig sessionConfig, TabularSource source, ITransaction transaction)
-