Uses of Class
org.mlflow.tracking.MlflowContext
-
Packages that use MlflowContext 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 MlflowContext in org.mlflow.tracking
Methods in org.mlflow.tracking that return MlflowContext Modifier and Type Method Description MlflowContext
MlflowContext. setExperimentId(java.lang.String experimentId)
Sets the experiment to log runs to by ID.MlflowContext
MlflowContext. setExperimentName(java.lang.String experimentName)
Sets the experiment to log runs to by name.
-