Java API for Managing Semantic Model Job Instance

Java API for Managing Semantic Model Job Instance

✅ Enterprise: AWS, Azure, GCP, and On-Premises

✅ Marketplace: AWS, Azure, and GCP

✅ SaaS: AWS, Azure, and GCP

✅ Single Node Installation (SNI)


Overview

  1. Switch between semantic model instances.

    1. Set semantic model job instances

    2. Switch between semantic model job instances

Example

  • Get semantic model job instances

    /** * method to launch Replace Partition and incremental process with Replace partition: * @param entityID: ID of the semantic model. * @param userInfo: Object of type UserInfo containing information about logged in user. */ public String getBuildInstances(String entityID, UserInfo userInfo);
  • Switch between semantic model job instances

    /** * method to launch Replace Partition and incremental process with Replace partition: * @param historyID: History ID of the semantic model job 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);





Copyright Kyvos, Inc. 2026. All rights reserved.