iemodel export
The iemodel export command exports an Spectrum Information Extraction model and its metadata.
Usage
iemodel export --n modelName --o outputDirectoryRequired | Argument | Description |
---|---|---|
Yes | --n modelName | Specifies 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 outputDirectory | Specifies 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