mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-29 08:29:09 +00:00
15 lines
263 B
JSON
15 lines
263 B
JSON
{
|
|
"type": "Mlflow",
|
|
"serviceName": "mlflow_svc",
|
|
"serviceConnection": {
|
|
"config": {
|
|
"type": "Mlflow",
|
|
"trackingUri": "http://localhost:8088",
|
|
"registryUri": "http://localhost:8088"
|
|
}
|
|
},
|
|
"sourceConfig": {
|
|
"config": {}
|
|
}
|
|
}
|