Class MlflowClientVersion


  • public class MlflowClientVersion
    extends java.lang.Object
    Returns the version of the MLflow project this client was compiled against.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getClientVersion()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getClientVersion

        public static java.lang.String getClientVersion()
        Returns:
        MLflow client version (e.g., 0.9.1) or an empty string if detection fails.