Uses of Class
org.mlflow.tracking.MlflowContext
Packages that use 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
Methods in org.mlflow.tracking that return MlflowContextModifier 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.