ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 25 - DP-100 discussion

Report
Export

DRAG DROP

You use Azure Machine Learning to deploy a model as a real-time web service.

You need to create an entry script for the service that ensures that the model is loaded when the service starts and is used to score new data as it is received.

Which functions should you include in the script? To answer, drag the appropriate functions to the correct actions. Each function may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.

NOTE: Each correct selection is worth one point.


Question 25
Correct answer: Question 25

Explanation:

Box 1: init()

The entry script has only two required functions, init() and run(data). These functions are used to initialize the service at startup and run the model using request data passed in by a client. The rest of the script handles loading and running the model(s).

Box 2: run()

Reference:

https://docs.microsoft.com/en-us/azure/machine-learning/how-to-deploy-existing-model

asked 02/10/2024
Mark Arnold Santos
37 questions
User
0 comments
Sorted by

Leave a comment first