QuestionQ111
Custom Model ServingA machine learning engineer has deployed a recommender model with MLflow Model Serving. They now need to query the version of that model in the Production stage of the MLflow Model Registry.
Which of the following model URIs can be used to query the specified model version?
- A https://<databricks-instance>/model-serving/recommender/Production/invocations
- B The version number of the model version in Production is necessary to complete this task.
- C https://<databricks-instance>/model/recommender/stage-production/invocations
- D https://<databricks-instance>/model-serving/recommender/stage-production/invocations
- E https://<databricks-instance>/model/recommender/Production/invocations
Community Discussion