Exporting and Importing a Mastering Model
Export and import a mastering model from one instance of Tamr to another.

Exporting a Mastering Model
To export a Mastering project model from the source instance:
- Export Binning Model: GET /api/recipe/dedup/{recipeId}/dnf
TherecipeId
is that of theDEDUP
recipe in the source mastering project. - 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:
- Import Binning Model: POST /api/recipe/dedup/{recipeId}/dnf
TherecipeId
is that of theDEDUP
recipe and thedatasetName
is the unified dataset name in the target mastering project. - Import Deduplication Model: POST /api/dedup/dedup-model/{dataset}/import
dataset
is the unified dataset name in the target mastering project.
Updated over 5 years ago