Skip to content

Commit 16e473b

Browse files
author
Jill Grant
authored
Update articles/ai-services/language-service/conversational-language-understanding/how-to/use-containers.md
acrolinx fix
1 parent 069494c commit 16e473b

File tree

1 file changed

+1
-1
lines changed
  • articles/ai-services/language-service/conversational-language-understanding/how-to

1 file changed

+1
-1
lines changed

articles/ai-services/language-service/conversational-language-understanding/how-to/use-containers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ After creating the exported model in the section above, users have to run the co
9494
| **{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` |
9595
| **{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  |
9696
| **{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 are be saved in. | `C:\usr\local\myDeploymentPackage` |
97+
| **{LOCAL_MODEL_DIRECTORY}** | Absolute directory in host machine where exported models are saved in. | `C:\usr\local\myDeploymentPackage` |
9898
| **{PROJECT_NAME}** | Name of the project that the exported model belongs to | myProject |
9999
| **{EXPORTED_MODEL_NAME}** | Exported model to be downloaded | myExportedModel |
100100

0 commit comments

Comments
 (0)