DP-100 Web TestEngine demo

Exit VCEDump DP-100 Designing and Implementing a Data Science Solution on Azure
Question 15 of 93
0% complete
Q15 Single choice

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.

After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.

You train and register a machine learning model.

You plan to deploy the model as a real-time web service. Applications must use key-based authentication to use the model.

You need to deploy the web service.

Solution:

Create an AciWebservice instance.
Set the value of the auth_enabled property to False.
Set the value of the token_auth_enabled property to True.
Deploy the model to the service.

Does the solution meet the goal?

Sign in to mark questions

Sign in to save marked questions and return to this demo.

Sign in