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 TrueOrFalse
RequiredArgumentDescription
Yes--m ModelNameSpecifies the name of the model you want to export.
Yes--p PathSpecifies the path where you want to save the export folder.
No--xd TrueOrFalseSpecifies whether to exclude data in the export, where TrueOrFalse is one of the following:
true
Excludes data. This is the default setting.
false
Does not exclude data.

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