iemodel export

The iemodel export command exports an Information Extraction Module model and its metadata.

Usage

iemodel export --n modelName --o outputDirectory
RequiredArgumentDescription
Yes--n modelNameSpecifies the name of the model you want to export. Directory paths you specify here are relative to the location where you are running the Administration Utility.
Yes--o outputDirectorySpecifies the location of the folder that will store the exported model and its metadata.

Example

This example exports a model named MyModel that places the output in a folder called "MyModelExport", which is located in "C:\Spectrum\IEModels\MyModelExport".

iemodel export --n MyModel --o C:\Spectrum\IEModels\MyModelExport