mlflow_get_model_version {mlflow} | R Documentation |
Get a model version
Description
Get a model version
Usage
mlflow_get_model_version(name, version, client = NULL)
Arguments
name |
Name of the registered model. |
version |
Model version number. |
client |
(Optional) An MLflow client object returned from mlflow_client. If specified, MLflow will use the tracking server associated with the passed-in client. If unspecified (the common case), MLflow will use the tracking server associated with the current tracking URI. |
[Package mlflow version 2.14.1 Index]