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 |
---|---|
MlflowClient |
MlflowContext.getClient()
Returns the client used to log runs.
|
Constructor and Description |
---|
MlflowContext(MlflowClient client)
Constructs a
MlflowContext which points to the specified trackingUri. |
Copyright © 2019. All rights reserved.