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 theMlflowContext
interface.org.mlflow.tracking.creds Support for custom tracking service discovery and authentication. -
-
Uses of MlflowHostCredsProvider in org.mlflow.tracking
Constructors 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.creds
Classes in org.mlflow.tracking.creds that implement MlflowHostCredsProvider Modifier and Type Class Description class
BasicMlflowHostCreds
A static hostname and optional credentials to talk to an MLflow server.class
DatabricksConfigHostCredsProvider
class
DatabricksDynamicHostCredsProvider
class
DatabricksMlflowHostCreds
Credentials to talk to a Databricks-hosted MLflow server.class
HostCredsProviderChain
Constructors in org.mlflow.tracking.creds with parameters of type MlflowHostCredsProvider Constructor Description HostCredsProviderChain(MlflowHostCredsProvider... hostCredsProviders)
-