Package org.mlflow.tracking
Class MlflowClientVersion
java.lang.Object
org.mlflow.tracking.MlflowClientVersion
public class MlflowClientVersion
extends java.lang.Object
Returns the version of the MLflow project this client was compiled against.
-
Method Summary
Modifier and Type Method Description static java.lang.String
getClientVersion()
-
Method Details
-
getClientVersion
public static java.lang.String getClientVersion()- Returns:
- MLflow client version (e.g., 0.9.1) or an empty string if detection fails.
-