...
Kyvos Azure Marketplace Kyvos GCP Marketplace Kyvos Single Node Installation (Kyvos SNI)
...
Overview
Switch between cube build semantic model instances.
Set Cube Build semantic model job instances
Switch between cube build semantic model job instances
Example
Get Cube Build semantic model job instances
Code Block language java /** * method to launch Replace Partition build and incremental buildprocess with Replace partition: * @param entityID: ID of the cubesemantic model. * @param userInfo: Object of type UserInfo containing information about logged in user. */ public String getBuildInstances(String entityID, UserInfo userInfo);
Switch between cube semantic model job instances
Code Block language java /** * method to launch Replace Partition build and incremental buildprocess with Replace partition: * @param historyID: History idID of the cubesemantic model buildjob to which you want to switch. * @param action: SWITCH. * @param userInfo: Object of type UserInfo containing information about logged in user. */ public String getExecBuildInstance(String historyID, String action, UserInfo userInfo);
...