hub model export
Exports a Context Graph model.
Use the hub model export command to export a Context Graph model as a folder structure.
Usage
hub model export --m ModelName --p Path --xd TrueOrFalseRequired | Argument | Description |
---|---|---|
Yes | --m ModelName | Specifies the name of the model you want to export. |
Yes | --p Path | Specifies the path where you want to save the export folder. |
No | --xd TrueOrFalse | Specifies whether to exclude data in the export, where
TrueOrFalse is one of the following:
|
Example
This example exports in folder format a model called Fraud_2015 to the GraphModels directory on the C drive. It also retains data in the export.
hub model export --m Fraud_2015 --p C:\GraphModels --xd false