DP-100 · Question #250
DP-100 Question #250: Real Exam Question with Answer & Explanation
Sign in or unlock DP-100 to reveal the answer and full explanation for question #250. The question stem and answer options stay visible for context.
Question
You have a Python script that executes a pipeline. The script includes the following code: from azureml.core import Experiment pipeline_run = Experiment(ws, 'pipeline_test').submit(pipeline) You want to test the pipeline before deploying the script. You need to display the pipeline run details written to the STDOUT output when the pipeline completes. Which code segment should you add to the test script?
Options
- Apipeline_run.get.metrics()
- Bpipeline_run.wait_for_completion(show_output=True)
- Cpipeline_param = PipelineParameter(name="stdout",
- Dpipeline_run.get_status()
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.