Microsoft
DP-100 · Question #184
You register a model that you plan to use in a batch inference pipeline. The batch inference pipeline must use a ParallelRunStep step to process files in a file dataset. The script has the ParallelRun
Sign in or unlock DP-100 to reveal the answer and full explanation for question #184. The question stem and answer options stay visible for context.
Train and deploy models
Question
You register a model that you plan to use in a batch inference pipeline. The batch inference pipeline must use a ParallelRunStep step to process files in a file dataset. The script has the ParallelRunStep step runs must process six input files each time the inferencing function is called. You need to configure the pipeline. Which configuration setting should you specify in the ParallelRunConfig object for the PrallelRunStep step?
Options
- Aprocess_count_per_node= "6"
- Bnode_count= "6"
- Cmini_batch_size= "6"
- Derror_threshold= "6"
Unlock DP-100 to see the answer
You've previewed enough free DP-100 questions. Unlock DP-100 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#ParallelRunStep#Batch Inference#Azure Machine Learning#Pipeline Configuration