Microsoft Certified Azure AI Engineer Associate - AI-102

Microsoft Certified Azure AI Engineer Associate - AI-102

Get started today

Ultimate access to all questions.


You are tasked with consuming a published custom vision model in a web application to classify images of plants. Describe how you would integrate this model into the application, including the necessary API calls, handling of the response, and how you would manage potential errors or inconsistencies in the model's predictions.




Explanation:

For web applications, REST API calls are more common and easier to implement. JSON responses are typically used with REST APIs and are easier to parse. Implementing a retry mechanism for errors ensures that transient issues do not disrupt the application's functionality.