
Ultimate access to all questions.
You have been asked to publish a custom vision model that has been trained to recognize different types of industrial machinery. The model needs to be accessible via an API for integration into a larger system. Describe the steps you would take to publish this model using Azure AI Vision, including how you would configure the API endpoint and what considerations you would need to take into account for security and performance.
A
Create a new Azure AI Vision resource, configure the API with public access, and optimize for high throughput.
B
Use an existing Azure AI Vision resource, configure the API with private access, and optimize for low latency.
C
Create a new Azure AI Vision resource, configure the API with private access, and optimize for high throughput.
D
Use an existing Azure AI Vision resource, configure the API with public access, and optimize for low latency.