DP-100 Exam Question 81

You must use in Azure Data Science Virtual Machine (DSVM) as a compute target.
You need to attach an existing DSVM to the workspace by using the Azure Machine Learning SDK for Python.
How should you complete the following code segment? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

DP-100 Exam Question 82

You deploy a real-time inference service for a trained model.
The deployed model supports a business-critical application, and it is important to be able to monitor the data submitted to the web service and the predictions the data generates.
You need to implement a monitoring solution for the deployed model using minimal administrative effort.
What should you do?
  • DP-100 Exam Question 83

    You manage an Azure Machine Learning workspace. You configure an automated machine learning regression training job by using the Azure Machine Learning Python SDK v2. You configure the regression job by using the following script:

    For each of the following statements, select Yes if the statement is true. Otherwise, select No.

    DP-100 Exam Question 84

    You create a Python script that runs a training experiment in Azure Machine Learning. The script uses the Azure Machine Learning SDK for Python.
    You must add a statement that retrieves the names of the logs and outputs generated by the script.
    You need to reference a Python class object from the SDK for the statement.
    Which class object should you use?
  • DP-100 Exam Question 85

    You use Azure Machine Learning designer to create a training pipeline for a regression model.
    You need to prepare the pipeline for deployment as an endpoint that generates predictions asynchronously for a dataset of input data values.
    What should you do?