Uses of Interface
org.mlflow.tracking.creds.MlflowHostCredsProvider
Packages that use MlflowHostCredsProvider
Package
Description
MLflow Tracking provides a Java CRUD interface to MLflow Experiments and Runs --
to create and log to MLflow runs, use the
MlflowContext interface.Support for custom tracking service discovery and authentication.
-
Uses of MlflowHostCredsProvider in org.mlflow.tracking
Constructors in org.mlflow.tracking with parameters of type MlflowHostCredsProviderModifierConstructorDescriptionMlflowClient(MlflowHostCredsProvider hostCredsProvider) Create a new MlflowClient; users should prefer constructing ApiClients viaMlflowClient()orMlflowClient(String)if possible. -
Uses of MlflowHostCredsProvider in org.mlflow.tracking.creds
Classes in org.mlflow.tracking.creds that implement MlflowHostCredsProviderModifier and TypeClassDescriptionclassA static hostname and optional credentials to talk to an MLflow server.classclassfinal classCredentials to talk to a Databricks-hosted MLflow server.classConstructors in org.mlflow.tracking.creds with parameters of type MlflowHostCredsProviderModifierConstructorDescriptionHostCredsProviderChain(MlflowHostCredsProvider... hostCredsProviders)