You create a batch inference pipeline using the Azure ML SDK. You configure the pipeline parameters by executing the following code: ```python pipeline_parameters = { "input_path": input_dataset.as_named_input("input").as_mount(), "output_path": output_dataset.as_mount() } ``` You need to obtain the output from the pipeline execution. Where will you find the output? | Microsoft Certified Azure Data Scientist Associate - DP-100 Quiz - LeetQuiz