Uses of Class
org.mlflow.tracking.MlflowClient
-
Packages that use MlflowClient Package Description org.mlflow.tracking MLflow Tracking provides a Java CRUD interface to MLflow Experiments and Runs -- to create and log to MLflow runs, use theMlflowContext
interface. -
-
Uses of MlflowClient in org.mlflow.tracking
Methods in org.mlflow.tracking that return MlflowClient Modifier and Type Method Description MlflowClient
MlflowContext. getClient()
Returns the client used to log runs.Constructors in org.mlflow.tracking with parameters of type MlflowClient Constructor Description MlflowContext(MlflowClient client)
Constructs aMlflowContext
which points to the specified trackingUri.
-