User GuidesAPI ReferenceRelease Notes
Doc HomeHelp CenterLog In
User Guides

Exporting and Importing a Mastering Model

Export and import a mastering model from one instance of Tamr to another.

1774

Exporting a Mastering Model

To export a Mastering project model from the source instance:

  1. Export Binning Model: GET /api/recipe/dedup/{recipeId}/dnf
    The recipeId is that of the DEDUP recipe in the source mastering project.
  2. Export Deduplication Model: GET /api/dedup/dedup-model/{dataset}/export
    dataset is the unified dataset name in the source mastering project.

Importing a Mastering Model

To import a Mastering project model to the target instance:

  1. Import Binning Model: POST /api/recipe/dedup/{recipeId}/dnf
    The recipeId is that of the DEDUP recipe and the datasetNameis the unified dataset name in the target mastering project.
  2. Import Deduplication Model: POST /api/dedup/dedup-model/{dataset}/import
    dataset is the unified dataset name in the target mastering project.