You train and register a machine learning model that you plan to deploy as a real-time web service. The service must require key-based authentication for applications to use the model. You implement the following solution: 1. Create an AciWebservice instance. 2. Set the `auth_enabled` property to `True`. 3. Deploy the model to the service. Does this solution meet the goal? | Microsoft Certified Azure Data Scientist Associate - DP-100 Quiz - LeetQuiz