MicrosoftMicrosoft
DP-100 · Question #290
DP-100 Question #290: Real Exam Question with Answer & Explanation
Sign in or unlock DP-100 to reveal the answer and full explanation for question #290. The question stem and answer options stay visible for context.
Train and deploy models
Question
You have an Azure Machine Learning (ML) model deployed to an online endpoint. You need to review container logs from the endpoint by using Azure ML Python SDK v2. The logs must include the console log from the inference server, with print/log statements from the model's scoring script. What should you do first?
Options
- AConnect by using SSH to the inference server.
- BCreate an instance of the MLCIient class.
- CConnect by using Docker tools to the inference server.
- DCreate an instance of the OnlineDeploymentOperations class.
Unlock DP-100 to see the answer
You've previewed enough free DP-100 questions. Unlock DP-100 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#Azure ML SDK v2#Online Endpoints#Logging#Model Deployment