
Ultimate access to all questions.
You are using the Azure Machine Learning Python SDK to create a batch inference pipeline. You need to publish this pipeline for use by various business groups within your organization. Each group must be able to specify a distinct input data location for the pipeline to submit to the model for scoring.
What should you do to publish the pipeline?
A
Create multiple endpoints for the published pipeline service and have each business group submit jobs to its own endpoint.
B
Define a PipelineParameter object for the pipeline and use it to specify the business group-specific input dataset for each pipeline run.
C
Define a OutputFileDatasetConfig object for the pipeline and use the object to specify the business group-specific input dataset for each pipeline run.
D
Have each business group run the pipeline on local compute and use a local file for the input data.