QuestionQ17

Implement AI solutions by using Microsoft Foundry

You have a Microsoft Foundry project that includes a generative AI model deployment.

You test the model by using the Foundry playground.

You need to build an application that submits requests to the deployed model.

Which information must the application include to call the model?

  • A The exported playground session history
  • B The model training dataset
  • C The Foundry project display name
  • D The model endpoint and authentication credentials
Explanation

An application calls a deployed model by sending an authenticated inference request to the deployment’s endpoint. Authentication credentials authorize that request; playground history, the training data, and the project display name do not provide the required invocation target and authorization.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!