physicalmodel bulkImport

The physicalmodel bulkImport command imports all the physical models to Metadata Insights from the specified input directory.

Usage

physicalmodel bulkImport --i inputDirectory --u trueOrFalse
Required Argument Description
No --i inputDirectory Specifies the directory from which the physical models are to be imported.
No --u updateIfExists Specifies that the existing models with same names are to be updated by the imported models.
true
updates the existing physical models.
false
Does not update the existing physical models.

Example

This example imports all the physical models to the "MyModel" folder located here: C:\Spectrum\PhysicalModels. It also overwrites any existing model of the same name.

physicalmodel bulkImport --i C:\Spectrum\PhysicalModels\MyModel --u true