You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After creating the exported model in the section above, users will have to run the container in order to download the deployment package that was created specifically for their exported models.
|**{API_KEY}** |The key for your Language resource. You can find it on your resource's **Key and endpoint** page, on the Azure portal. |xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|
94
-
|**{ENDPOINT_URI}**|The endpoint for accessing the API. You can find it on your resource's **Key and endpoint** page, on the Azure portal. |`https://<your-custom-subdomain>.cognitiveservices.azure.com`|
95
-
|**{IMAGE_TAG}**|The image tag representing the language of the container you want to run. Make sure this matches the `docker pull` command you used. |latest |
96
-
|**{LOCAL_CLU_PORT}**|Port number assigned for the container in local machine. |5000 |
97
-
|**{LOCAL_MODEL_DIRECTORY}**|Absolute directory in host machine where exported models will be saved in. |`C:\usr\local\myDeploymentPackage`|
98
-
|**{PROJECT_NAME}**|Name of the project that the exported model belongs to |myProject |
99
-
|**{EXPORTED_MODEL_NAME}**|Exported model to be downloaded |myExportedModel |
|**{API_KEY}** |The key for your Language resource. You can find it on your resource's **Key and endpoint** page, on the Azure portal. |xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|
94
+
|**{ENDPOINT_URI}**|The endpoint for accessing the API. You can find it on your resource's **Key and endpoint** page, on the Azure portal. |`https://<your-custom-subdomain>.cognitiveservices.azure.com`|
95
+
|**{IMAGE_TAG}**|The image tag representing the language of the container you want to run. Make sure this matches the `docker pull` command you used. |latest |
96
+
|**{LOCAL_CLU_PORT}**|Port number assigned for the container in local machine. |5000|
97
+
|**{LOCAL_MODEL_DIRECTORY}**|Absolute directory in host machine where exported models will be saved in. |`C:\usr\local\myDeploymentPackage`|
98
+
|**{PROJECT_NAME}**|Name of the project that the exported model belongs to |myProject|
99
+
|**{EXPORTED_MODEL_NAME}**|Exported model to be downloaded |myExportedModel|
0 commit comments