All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.mlflow.tracking.creds.MlflowHostCredsProvider Maven / Gradle / Ivy

The newest version!
package org.mlflow.tracking.creds;

/** Provides a dynamic, refreshable set of MlflowHostCreds. */
public interface MlflowHostCredsProvider {

  /** Returns a valid MlflowHostCreds. This may be cached. */
  MlflowHostCreds getHostCreds();

  /** Refreshes the underlying credentials. May be a no-op. */
  void refresh();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy