User GuidesAPI ReferenceRelease Notes
Doc HomeHelp CenterLog In
User Guides

Exporting and Importing a Categorization Model

Export a categorization model and import it to another instance of Tamr.

1858

Source Instance

  1. Export the Categorization Model: GET /classification/exportModel/{dataset}
    The dataset is the name of the unified dataset of the source instance Categorization project.

Target Instance

  1. Import the Categorization Model: POST /classification/importModel/{dataset}
    The dataset is the name of the unified dataset of the target instance Categorization project and categorizationModel is the file path of the .zip file created from the source instance in Step 1. above.