Uses of Interface
org.mlflow.tracking.creds.MlflowHostCreds
- 
Packages that use MlflowHostCreds Package Description org.mlflow.tracking.creds Support for custom tracking service discovery and authentication.
- 
- 
Uses of MlflowHostCreds in org.mlflow.tracking.credsClasses in org.mlflow.tracking.creds that implement MlflowHostCreds Modifier and Type Class Description classBasicMlflowHostCredsA static hostname and optional credentials to talk to an MLflow server.classDatabricksMlflowHostCredsCredentials to talk to a Databricks-hosted MLflow server.Methods in org.mlflow.tracking.creds that return MlflowHostCreds Modifier and Type Method Description MlflowHostCredsBasicMlflowHostCreds. getHostCreds()MlflowHostCredsHostCredsProviderChain. getHostCreds()MlflowHostCredsMlflowHostCredsProvider. getHostCreds()Returns a valid MlflowHostCreds.
 
-