cancel
Showing results for 
Search instead for 
Did you mean: 
shane
New Contributor II
since ‎02-02-2023
‎06-26-2023

User Stats

  • 2 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

I'm able to enable model serving by using the mlflow api 2.0 with the following code...instance = f'https://{workspace}.cloud.databricks.com' headers = {'Authorization': f'Bearer {api_workflow_access_token}'}   # Enable Model Serving import request...