
The completed sentence is:
After deploying a vision-enabled GPT model in Microsoft Foundry, you can configure an application to send requests to the endpoint of the model .
To call a deployed model from an application, the application must send requests to the deployed model’s endpoint and include the required authentication credentials. The Foundry playground is used for testing interactively, but application code calls the deployed model endpoint.
The other options are incorrect:
evaluation pipeline of model is used to evaluate model performance, not to receive inference requests from an app.
Foundry playground is an interactive testing environment, not the production target for application requests.
training dataset of the model is used for training or fine-tuning, not for sending inference requests.
Therefore, the correct answer is endpoint of the model .
Submit