
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
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?
A
Configure a Databricks Personal Access Token (PAT) for each user and validate it within the serving endpoint
B
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.