Ultimate access to all questions.
You create a training pipeline for a classification model in Azure Machine Learning designer. This pipeline uses a dataset containing both features and labels. After creating a real-time inference pipeline from this training pipeline, you observe that the web service input schema includes the label column that the model is designed to predict. Client applications using this web service must not be required to provide a value for this label column.
What should you do to modify the inference pipeline to meet this requirement?