package mlflow
MLflow-based Models.
It supports the following URIs.
- mlflow://<runid>
- mlflow://<model> (latest version without a stage designation)
- mlflow://<model>/<stage> (latest version for given stage)
- mlflow://<model>/<version> (get the particular version of the registered model)
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- mlflow
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- class MlflowCatalog extends Catalog
Use MLflow as a persisted backend for Model Catalog
- class MlflowRegistry extends PyImplRegistry
MLflow-based Model Registry.
Value Members
- object MlflowCatalog
- object MlflowClientExt
- Attributes
- protected