You have a Python script that executes a pipeline. The script includes the following code: ```python from azureml.core import Experiment pipeline_run = Experiment(ws, 'pipeline_test').submit(pipeline) ``` You need to test the pipeline before deploying the script and display the pipeline run details written to the STDOUT output when the pipeline completes. Which code segment should you add to the test script? | Microsoft Certified Azure Data Scientist Associate - DP-100 Quiz - LeetQuiz