Import a Model Data into a New Model

The model data from existing models in OFS MMG in .dmp format and the existing model data in MMG in .dsnb can be imported during the creation of a new model.

Note:

The import should happen inside an Objective only.
The import of model data lets you reuse and extend on model creation. This topic is part of the procedure of creating Draft Models and after creating a new model using this method, see the Create Draft Models section for instructions on how to proceed further.
To import model data:
  1. Click Launch Workspace next to corresponding Workspace to Launch Workspace to display the MMG Dashboard window with application configuration and model creation menu.
  2. Click Model Pipelines to display the Model Pipelines window.
    The window displays folders that contain models and model records in a table.
  3. Select an Objective.
  4. Double click a model to display the model versions in the expanded display.
  5. Hover over a model and click Download to download the model data dump.
  6. Click Add and Drafts to display the Model Details dialog box for the creation of a new model.

    Figure 8-88 Model Details - Import Dump


    This image displays the Model Details - Import Dump.

  7. Drag the toggle switch to select Import Dump.
  8. Drag and drop the file into the Import Dump File field or click in the box to open the file selector dialog and select a file.

    Note:

    If the upload file size is more than 8 MB, you can increase the file size upto 100 MB by modifying the below properties. Restart of services are required once the file size is updated.

    mmg-ui/conf/application.properties:

    ************************************

    spring.servlet.multipart.max-file-size=8MB

    spring.servlet.multipart.max-request-size=8MB

    mmg-service/conf/application.properties:

    ************************************

    spring.servlet.multipart.max-file-size=8MB

    spring.servlet.multipart.max-request-size=8MB

  9. Click Import. A new model is created by importing the model data dump of another model.