Uses of Class
org.mlflow.tracking.MlflowClient
Package
Description
MLflow Tracking provides a Java CRUD interface to MLflow Experiments and Runs --
to create and log to MLflow runs, use the
MlflowContext
interface.-
Uses of MlflowClient in org.mlflow.tracking
ModifierConstructorDescriptionMlflowContext
(MlflowClient client) Constructs aMlflowContext
which points to the specified trackingUri.