Uses of Interface
org.mlflow.tracking.creds.MlflowHostCreds
Packages that use MlflowHostCreds
Package
Description
Support for custom tracking service discovery and authentication.
-
Uses of MlflowHostCreds in org.mlflow.tracking.creds
Classes in org.mlflow.tracking.creds that implement MlflowHostCredsModifier and TypeClassDescriptionclass
A static hostname and optional credentials to talk to an MLflow server.final class
Credentials to talk to a Databricks-hosted MLflow server.Methods in org.mlflow.tracking.creds that return MlflowHostCredsModifier and TypeMethodDescriptionBasicMlflowHostCreds.getHostCreds()
HostCredsProviderChain.getHostCreds()
MlflowHostCredsProvider.getHostCreds()
Returns a valid MlflowHostCreds.