Download Shared Model
This API helps to download the shared model to the specified destination tenant and creates a Match IQ flow with the downloaded model.
Request
POST https://ml-model-share.reltio.com/api/v1.0/{environment}/{tenantId}/models/{modelId}/download
Name | Type | Required | Details |
---|---|---|---|
environment |
path |
Yes |
Environment where the shared model will be downloaded. Example: |
tenantId |
path |
Yes |
Tenant where the shared model will be downloaded. Example: |
modelId |
path |
Yes |
Shared model identifier. Example: |
entityType |
query |
No |
Entity type that must be used for the flow with the downloaded model. If not specified, then the original model entity type is used. Example: |
Response
Sample
Content-Type:application/json
{
"flowId": "075519f4-5fd5-11eb-ae93-0242ac130002"
}