Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

Applies to: (tick) Kyvos Enterprise  (tick) Kyvos Cloud (SaaS on AWS) (tick) Kyvos AWS Marketplace

(tick) Kyvos Azure Marketplace   (tick) Kyvos GCP Marketplace (tick) Kyvos Single Node Installation (Kyvos SNI)


Overview

  1. Switch between semantic model build instances.

    1. Set semantic model Build instances

    2. Switch between semantic model build instances

Example

  • Get semantic model 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 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);



  • No labels