Update mlmodel folder name (#11269)

* doc: updated folder name

* doc: rename folder
This commit is contained in:
Teddy 2023-04-25 17:35:20 +02:00 committed by GitHub
parent c97f0159b4
commit e2eaddf1bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ In this section, we provide guides and references to use the MLflow connector. Y
## Requirements
To extract metadata, OpenMetadata needs two elements:
- **Tracking URI**: Address of local or remote tracking server. More information on the MLFlow documentation [here](https://www.mlflow.org/docs/latest/tracking.html#where-runs-are-recorded)
- **Tracking URI**: Address of local or remote tracking server. More information can be found in the MLFlow documentation [here](https://www.mlflow.org/docs/latest/tracking.html#where-runs-are-recorded)
- **Registry URI**: Address of local or remote model registry server.
You can find further information on the MLflow connector in the [docs](https://docs.open-metadata.org/connectors/ml-model/mlflow).