main-concepts

No menu items for this category
OpenMetadata Documentation

MlflowConnection

MlFlow Connection Config

  • type: Service Type. Refer to #/definitions/mlflowType. Default: Mlflow.
  • trackingUri (string): Mlflow Experiment tracking URI. E.g., http://localhost:5000.
  • registryUri (string): Mlflow Model registry backend. E.g., mysql+pymysql://mlflow:password@localhost:3307/experiments.
  • mlModelFilterPattern: Regex to only fetch MlModels with names matching the pattern. Refer to ../../../../type/filterPattern.json#/definitions/filterPattern.
  • supportsMetadataExtraction: Refer to ../connectionBasicType.json#/definitions/supportsMetadataExtraction.
  • mlflowType (string): Service type. Must be one of: ['Mlflow']. Default: Mlflow.

Documentation file automatically generated at 2025-08-12 05:39:47.683420+00:00.