AI-102 · Question #44
Drag and Drop Question You plan to use a Conversational Language Understanding application named app1 that is deployed to a container. App1 was developed by using a Conversational Language…
The correct answer is Select v1.1 of app1.; Export the model by using the Export for containers (GZIP) option.; Run a container and mount the model file. Version v1.1 is the latest 'trained' version that is also marked as deployed, making it the latest deployable version - v1.2 is trained but not yet deployed, and v1.0 is an older version. To run a Conversational Language Understanding (CLU) model in a container, you must export…
Question
Exhibits
Answer Area
Drag items
Correct arrangement
- Select v1.1 of app1.
- Export the model by using the Export for containers (GZIP) option.
- Run a container and mount the model file.
Explanation
Version v1.1 is the latest 'trained' version that is also marked as deployed, making it the latest deployable version - v1.2 is trained but not yet deployed, and v1.0 is an older version. To run a Conversational Language Understanding (CLU) model in a container, you must export it using the 'Export for containers (GZIP)' format, which packages the model in the format required for containerized deployment. Finally, you run the container and mount the exported GZIP model file, as CLU containers require the model to be provided via a mounted file rather than through an environment variable or API call.
Topics
Community Discussion
No community discussion yet for this question.

