Package org.mlflow.tracking
MLflow Tracking provides a Java CRUD interface to MLflow Experiments and Runs --
to create and log to MLflow runs, use the
MlflowContext
interface.-
Interface Summary Interface Description Page<E> -
Class Summary Class Description ActiveRun Represents an active MLflow run and contains APIs to log data to the run.EmptyPage<E> ExperimentsPage MlflowClient Client to an MLflow Tracking Sever.MlflowClientVersion Returns the version of the MLflow project this client was compiled against.MlflowContext Main entrypoint used to start MLflow runs to log to.ModelVersionsPage RunsPage -
Exception Summary Exception Description MlflowClientException Superclass of all exceptions thrown by the MlflowClient API.MlflowHttpException Returned when an HTTP API request to a remote Tracking service returns an error code.