AI-102 · Question #238
AI-102 Question #238: Real Exam Question with Answer & Explanation
To deploy a Language Understanding container, you must first export the trained model as a package file from the Language Understanding portal, then move that package file to the Docker input directory on the host computer, and finally run the container specifying the input direc
Question
Drag and Drop Question You have a Language Understanding solution that runs in a Docker container. You download the Language Understanding container image from the Microsoft Container Registry (MCR). You need to deploy the container image to a host computer. Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order. Answer:
Explanation
To deploy a Language Understanding container, you must first export the trained model as a package file from the Language Understanding portal, then move that package file to the Docker input directory on the host computer, and finally run the container specifying the input directory so it can load the model. This sequence ensures the containerized LUIS app has access to the exported model package at runtime. The container image is already downloaded from MCR, so the workflow focuses on preparing and providing the model data to the container.
Topics
Community Discussion
No community discussion yet for this question.