MLflow models can have multiple model flavors. Not all flavors / models can be loaded in R. This method will by default search for a flavor supported by R/mlflow.
mlflow_load_model(model_path, flavor = NULL, run_id = NULL)
"Path to the MLflow model. The path is relative to the run with the given run-id or local filesystem path without run-id.
Optional flavor specification. Can be used to load a particular flavor in case there are multiple flavors available.
Optional MLflow run-id. If supplied model will be fetched from MLflow tracking server.