Question 266

You have an Azure Machine Learning workspace named workspace1 that is accessible from a public endpoint. The workspace contains an Azure Blob storage datastore named store1 that represents a blob container in an Azure storage account named account1. You configure workspace1 and account1 to be accessible by using private endpoints in the same virtual network.
You must be able to access the contents of store1 by using the Azure Machine Learning SDK for Python. You must be able to preview the contents of store1 by using Azure Machine Learning studio.
You need to configure store1.
What should you do? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Question 267

You create and register a model in an Azure Machine Learning workspace.
You must use the Azure Machine Learning SDK to implement a batch inference pipeline that uses a ParallelRunStep to score input data using the model. You must specify a value for the ParallelRunConfig compute_target setting of the pipeline step.
You need to create the compute target.
Which class should you use?
  • Question 268

    You use Azure Machine Learning to implement hyperparameter tuning for an Azure ML Python SDK v2-based model training.
    Training runs must terminate when the primary metric is lowered by 25 percent or more compared to the best performing run.
    You need to configure an early termination policy to terminate training jobs.
    Which values should you use? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.

    Question 269

    You are using hyperparameter tuning in Azure Machine Learning Python SDK v2 to train a model. You configure the hyperparameter tuning experiment by running the following code:

    For each of the following statements select Yes if the statement is true. Otherwise, select No. NOTE: Fach correct selection is worth one paint.

    Question 270

    You publish a batch inferencing pipeline that will be used by a business application.
    The application developers need to know which information should be submitted to and returned by the REST interface for the published pipeline.
    You need to identify the information required in the REST request and returned as a response from the published pipeline.
    Which values should you use in the REST request and to expect in the response? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.