hub model import

Imports a Data Hub model.

Use the hub model import command to import a Data Hub 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 HubModels directory on the C drive.

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