nerdexam
Microsoft

AI-102 · Question #214

Drag and Drop Question You have an Azure AI Custom Vision service project that performs object detection. The project uses the General domain for classification and contains a trained model. You…

The correct answer is Change Domains to General (compact).; Retrain the model.; Export the model. To export a Custom Vision model for offline/disconnected use, you must first switch the domain to a 'compact' variant (General (compact)) because only compact domains support model export. After changing the domain, you must retrain the model since the existing model was…

Submitted by rohit_dlh· Mar 30, 2026Implement computer vision solutions using Azure AI Services - specifically exporting Custom Vision models for offline/edge deployment scenarios

Question

Drag and Drop Question You have an Azure AI Custom Vision service project that performs object detection. The project uses the General domain for classification and contains a trained model. You need to export the model for use on a network that is disconnected from the internet. 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:

Exhibit

AI-102 question #214 exhibit

Answer Area

Drag items

Change the classification type.Export the model.Retrain the model.Change Domains to General (compact).Create a new classification model.

Correct arrangement

  • Change Domains to General (compact).
  • Retrain the model.
  • Export the model.

Explanation

To export a Custom Vision model for offline/disconnected use, you must first switch the domain to a 'compact' variant (General (compact)) because only compact domains support model export. After changing the domain, you must retrain the model since the existing model was trained on the non-compact domain and is no longer valid. Once retraining is complete on the compact domain, you can then export the model in formats like ONNX, TensorFlow, or CoreML for use without internet connectivity.

Topics

#Azure AI Custom Vision#Model Export#Compact Domains#Edge Deployment

Community Discussion

No community discussion yet for this question.

Full AI-102 Practice