MlflowConnection
MlFlow Connection ConfigProperties
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.supportsMetadataExtraction: Refer to ../connectionBasicType.json#/definitions/supportsMetadataExtraction.
Definitions
mlflowType(string): Service type. Must be one of:["Mlflow"]. Default:"Mlflow".