AI-102 · Question #485
AI-102 Question #485: Real Exam Question with Answer & Explanation
The correct answer is C: Provide the Document intelligence endpoint name, key, and location.. Compose custom models A composed model is created by taking a collection of custom models and assigning them to a single model ID. To get started, you need the following resources: An Azure subscription. You can create a free Azure subscription. A Document Intelligence instance.
Question
You have an Azure subscription that contains an Azure AI Document Intelligence resource named AI1. AI1 contains the following models: - Model1: A custom model that extracts purchase order information - Model2: A custom model that extracts sales order information You plan to create a composed model named Model3 that will contain Model1 and Model2. You need to ensure that when a document is analyzed by Model3, the correct model is used to extract the order information. What should you do?
Options
- AAssign a confidence score to each submodel in Model3.
- BLabel the fields in Model1 and Model2.
- CProvide the Document intelligence endpoint name, key, and location.
- DTrain Model3 by using sample purchase order and sales order documents.
Explanation
Compose custom models A composed model is created by taking a collection of custom models and assigning them to a single model ID. To get started, you need the following resources: An Azure subscription. You can create a free Azure subscription. A Document Intelligence instance. Once you have your Azure subscription, create a Document Intelligence resource in the Azure portal to get your key and endpoint. If you have an existing Document Intelligence resource, navigate directly to your resource page. You can use the free pricing tier (F0) to try the service, and upgrade later to a paid tier for production. 1. After the resource deploys, select Go to resource. *-> 2. Copy the Keys and Endpoint values from the Azure portal and paste them in a convenient location, such as Microsoft Notepad. You need the key and endpoint values to connect your application to the Document Intelligence API. https://learn.microsoft.com/en-us/azure/ai-services/document-intelligence/how-to-guides/compos
Topics
Community Discussion
No community discussion yet for this question.