
Ultimate access to all questions.
You are creating an inference script for a ParallelRunStep in an Azure Machine Learning pipeline. The script is for batch inferencing using a registered model.
Which two functions must be included in the script? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.
A
run(mini_batch)_
B
main()
C
batch()
D
init()
E
score(mini_batch)_