MlflowConnection
MlFlow Connection Config
Properties
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.
Definitions
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.