Ultimate access to all questions.
You create a batch inference pipeline using the Azure ML SDK. You configure the pipeline parameters by executing the following code:
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?