hub model import

Imports a Context Graph model.

Use the hub model import command to import a Context Graph model.

Usage

hub model import --m ModelName --p Path
RequiredArgumentDescription
Yes--m ModelNameSpecifies the name of the model you want to export.
Yes--p PathSpecifies the path for the location of the model you are importing.

Example

This example imports a model called Fraud_2015 from the GraphModels folder on the C: drive.

hub model import --m Fraud_2015 --p C:\GraphModels