ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 3 - DP-100 discussion

Report
Export

You train and register a model in your Azure Machine Learning workspace.

You must publish a pipeline that enables client applications to use the model for batch inferencing. You must use a pipeline with a single ParallelRunStep step that runs a Python inferencing script to get predictions from the input data.

You need to create the inferencing script for the ParallelRunStep pipeline step.

Which two functions should you include? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

A.
run(mini_batch)
Answers
A.
run(mini_batch)
B.
main()
Answers
B.
main()
C.
batch()
Answers
C.
batch()
D.
init()
Answers
D.
init()
E.
score(mini_batch)
Answers
E.
score(mini_batch)
Suggested answer: A, D

Explanation:

Reference: https://github.com/Azure/MachineLearningNotebooks/tree/master/how-to-use-azureml/machine-learning-pipelines/parallel-run

asked 02/10/2024
Marc Casin Martinez
41 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first