A machine learning engineer wants to deploy a model for real-time serving using MLflow Model Serving. For the model, the machine learning engineer currently has one model version in each of the stages in the MLflow Model Registry. The engineer wants to know which model versions can be queried once Model Serving is enabled for the model.Which of the following lists all of the MLflow Model Registry stages whose model versions are automatically deployed with Model Serving?
A data scientist has written a function to track the runs of their random forest model. The data scientist is changing the number of trees in the forest across each run.Which of the following MLflow operations is designed to log single values like the number of trees in a random forest?
A machine learning engineer is converting a Hyperopt-based hyperparameter tuning process from manual MLflow logging to MLflow Autologging. They are trying to determine how to manage nested Hyperopt runs with MLflow Autologging.Which of the following approaches will create a single parent run for the process and a child run for each unique combination of hyperparameter values when using Hyperopt and MLflow Autologging?
Which of the following is a benefit of logging a model signature with an MLflow model?
Which of the following statements describes streaming with Spark as a model deployment strategy?
A machine learning engineer has deployed a model recommender using MLflow Model Serving. They now want to query the version of that model that is in the Production stage of the MLflow Model Registry.Which of the following model URIs can be used to query the described model version?