
Ultimate access to all questions.
Question: 33
You have deployed a machine learning model on Databricks for serving through a REST API. To ensure that only authorized users can access the model serving endpoint, you decide to implement token-based authentication. Which of the following is the best approach to control access to the model serving endpoint using token-based authentication?
Explanation:
For Databricks model serving endpoints, the recommended approach for token-based authentication is to use Databricks Personal Access Tokens (PAT). Here's why:
Key Benefits:
This is the standard and most secure method for controlling access to Databricks model serving endpoints using token-based authentication.