modelstore import
The modelstore import command imports the specified model store file to the Discovery.
Usage
modelstore import --i modelstoreInputFile --u trueOrFalse--d trueOrFalseRequired | Argument | Description |
---|---|---|
Yes | --i modelstoreInputFile | Specifies the model store file to be imported. |
No | --u updateIfExists | Specifies the existing model store (with same name) is to be updated with the
imported one.
|
No | --d importDependency | Specifies the model store is to be imported along with its dependencies.
|
Example
This example imports the model store file "MyModelStore", along with its dependencies and updates the already existing model store with this name.
modelstore import --i MyModelStore --u --d