@Dave Chennault The note basically says that we have to ensure the price column is removed in the select columns in dataset component as this is the label that is being predicted by the endpoint. Usually, if you click on create real time endpoint pipleine the web service input module is added and the components that are not required are removed from the pipeline. So, in this case, to remove any references to the price column.
Since you’ve changed the schema of the incoming data to exclude the price field, you need to remove any explicit uses of this field in the remaining modules. Select the Select Columns in Dataset module and then in the settings pane, edit the columns to remove the price field.
If you are using the designer for the first time, the MS learn module exercise mentioned at this link is more detailed and helps you better understand the same.
I hope this helps!!
If an answer is helpful, please click on or upvote
which might help other community members reading this thread.