A Generative AI Engineer is tasked with deploying an application that takes advantage of a custom MLflow Pyfunc model to return some interim results. How should they configure the endpoint to pass the secrets and credentials?
A.
Use spark.conf.set ()
B.
Pass variables using the Databricks Feature Store API
-C) Environment variables allow you to securely pass credentials (like API keys, database passwords, etc.) to your application without hardcoding them into your code.
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
adaine
1 day, 21 hours ago