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.creds
Classes in org.mlflow.tracking.creds that implement MlflowHostCreds Modifier and Type Class Description class
BasicMlflowHostCreds
A static hostname and optional credentials to talk to an MLflow server.class
DatabricksMlflowHostCreds
Credentials to talk to a Databricks-hosted MLflow server.Methods in org.mlflow.tracking.creds that return MlflowHostCreds Modifier and Type Method Description MlflowHostCreds
BasicMlflowHostCreds. getHostCreds()
MlflowHostCreds
HostCredsProviderChain. getHostCreds()
MlflowHostCreds
MlflowHostCredsProvider. getHostCreds()
Returns a valid MlflowHostCreds.
-