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()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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.