satorbis_kit.ml_lifecycle.exceptions.mlflow module¶
- exception satorbis_kit.ml_lifecycle.exceptions.mlflow.ArtifactError[source]¶
Bases:
MLFlowErrorRaised when artifact operations fail.
- exception satorbis_kit.ml_lifecycle.exceptions.mlflow.ExperimentError[source]¶
Bases:
MLFlowErrorRaised when experiment operations fail.
- exception satorbis_kit.ml_lifecycle.exceptions.mlflow.MLFlowConnectionError(message: str, cause: Exception | None = None)[source]¶
Bases:
MLFlowErrorRaised when connection to the MLflow tracking server or registry fails.
- exception satorbis_kit.ml_lifecycle.exceptions.mlflow.MLFlowError[source]¶
Bases:
ExceptionBase exception for all ml_lifecycle operations.
- exception satorbis_kit.ml_lifecycle.exceptions.mlflow.ModelCardError[source]¶
Bases:
MLFlowErrorRaised when model card operations fail.
- exception satorbis_kit.ml_lifecycle.exceptions.mlflow.RegistryError[source]¶
Bases:
MLFlowErrorRaised when model registry operations fail.
- exception satorbis_kit.ml_lifecycle.exceptions.mlflow.RunError[source]¶
Bases:
MLFlowErrorRaised when run operations fail.