Uses of Interface
org.mlflow.tracking.creds.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
ModifierConstructorDescriptionMlflowClient
(MlflowHostCredsProvider hostCredsProvider) Create a new MlflowClient; users should prefer constructing ApiClients viaMlflowClient()
orMlflowClient(String)
if possible. -
Uses of MlflowHostCredsProvider in org.mlflow.tracking.creds
Modifier and TypeClassDescriptionclass
A static hostname and optional credentials to talk to an MLflow server.class
class
final class
Credentials to talk to a Databricks-hosted MLflow server.class
ModifierConstructorDescriptionHostCredsProviderChain
(MlflowHostCredsProvider... hostCredsProviders)