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 the
MlflowContext interface. |
Modifier and Type | Method and Description |
---|---|
MlflowContext |
MlflowContext.setExperimentId(String experimentId)
Sets the experiment to log runs to by ID.
|
MlflowContext |
MlflowContext.setExperimentName(String experimentName)
Sets the experiment to log runs to by name.
|
Copyright © 2021. All rights reserved.