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. |
org.mlflow.tracking.creds |
Support for custom tracking service discovery and authentication.
|
Class and Description |
---|
MlflowHostCredsProvider
Provides a dynamic, refreshable set of MlflowHostCreds.
|
Class and Description |
---|
BasicMlflowHostCreds
A static hostname and optional credentials to talk to an MLflow server.
|
DatabricksDynamicHostCredsProvider |
DatabricksMlflowHostCreds
Credentials to talk to a Databricks-hosted MLflow server.
|
MlflowHostCreds
Provides a hostname and optional authentication for talking to an MLflow server.
|
MlflowHostCredsProvider
Provides a dynamic, refreshable set of MlflowHostCreds.
|
Copyright © 2021. All rights reserved.