Pere Miquel Brull a14de6eee1
Fix #5367 - MlFlow connector & MLServices (#5446)
Fix #5367 - MlFlow connector & MLServices (#5446)
2022-06-21 14:54:36 +02:00

15 lines
263 B
JSON

{
"type": "Mlflow",
"serviceName": "mlflow_svc",
"serviceConnection": {
"config": {
"type": "Mlflow",
"trackingUri": "http://localhost:8088",
"registryUri": "http://localhost:8088"
}
},
"sourceConfig": {
"config": {}
}
}