
Ultimate access to all questions.
Your team has developed a custom image classification model using Azure AI Vision to classify images of different types of fruits. You need to consume this model in a mobile application. Which of the following is the most appropriate way to integrate the custom vision model into the mobile application?
A
Embed the model's code directly into the mobile application.
B
Use the model's REST API to send image data and receive predictions.
C
Download the model's trained weights and run inference locally on the mobile device.
D
Re-train the model using the mobile application's data to improve its performance.