Uses of Interface
org.mlflow.tracking.creds.MlflowHostCredsProvider
- 
Packages that use MlflowHostCredsProvider 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 theMlflowContextinterface.org.mlflow.tracking.creds Support for custom tracking service discovery and authentication.
- 
- 
Uses of MlflowHostCredsProvider in org.mlflow.trackingConstructors in org.mlflow.tracking with parameters of type MlflowHostCredsProvider Constructor Description MlflowClient(MlflowHostCredsProvider hostCredsProvider)Create a new MlflowClient; users should prefer constructing ApiClients viaMlflowClient()orMlflowClient(String)if possible.
- 
Uses of MlflowHostCredsProvider in org.mlflow.tracking.credsClasses in org.mlflow.tracking.creds that implement MlflowHostCredsProvider Modifier and Type Class Description classBasicMlflowHostCredsA static hostname and optional credentials to talk to an MLflow server.classDatabricksConfigHostCredsProviderclassDatabricksDynamicHostCredsProviderclassDatabricksMlflowHostCredsCredentials to talk to a Databricks-hosted MLflow server.classHostCredsProviderChainConstructors in org.mlflow.tracking.creds with parameters of type MlflowHostCredsProvider Constructor Description HostCredsProviderChain(MlflowHostCredsProvider... hostCredsProviders)
 
-