Hi Kyle,
Here’s how you migrate an ML skill within tenants. Essentially here what we are trying to do is we are trying to move a trained machine learning model package to another environment and call it through a skill.
You need to download your ML package and upload it in the new tenant that you want to. Once this is done you can deploy a new ML skill in your new tenant. This would result in a new ML skill in a new tenant but it will be working with the same ML package you migrated.
Here’s how you download the ML package.
- Go to AI center> select your project > ML packages
- In ML packages select your deployed package and click on it.
- Next, you will see the versions of the ML package if you have trained a model and iterated it, if you havent, you will see one version.
- Select the version you want and one the three dots on the right - select download- this will download your ML package into a zip folder.
- Next go to your new tenant and go to Go to AI center> select your project > ML packages > Import ML package. Here you can import your package and metadata json you downloaded in the package. This should deploy a new ML package in your new tenant.
- Once your ML package in the tenant is deployed- create a new ML skill in your new tenant with the ML package you exported.
- now you should have your ML skill deployed in your respective tenant.
