Uses of Class
org.mlflow.tracking.MlflowContext
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 MlflowContext in org.mlflow.tracking
Modifier and TypeMethodDescriptionMlflowContext.setExperimentId
(String experimentId) Sets the experiment to log runs to by ID.MlflowContext.setExperimentName
(String experimentName) Sets the experiment to log runs to by name.