modelstore import

The modelstore import command imports the specified model store file to the Metadata Insights.

Usage

modelstore import --i modelstoreInputFile --u trueOrFalse--d trueOrFalse
Required 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.
true
updates the existing model store.
false
Does not update the existing model store.
No --d importDependency Specifies the model store is to be imported along with its dependencies.
true
Model store imported along with dependencies.
false
Model store imported without the dependent models

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