satorbis_kit.ml_lifecycle.exceptions.mlflow module

exception satorbis_kit.ml_lifecycle.exceptions.mlflow.ArtifactError[source]

Bases: MLFlowError

Raised when artifact operations fail.

exception satorbis_kit.ml_lifecycle.exceptions.mlflow.ExperimentError[source]

Bases: MLFlowError

Raised when experiment operations fail.

exception satorbis_kit.ml_lifecycle.exceptions.mlflow.MLFlowConnectionError(message: str, cause: Exception | None = None)[source]

Bases: MLFlowError

Raised when connection to the MLflow tracking server or registry fails.

exception satorbis_kit.ml_lifecycle.exceptions.mlflow.MLFlowError[source]

Bases: Exception

Base exception for all ml_lifecycle operations.

exception satorbis_kit.ml_lifecycle.exceptions.mlflow.ModelCardError[source]

Bases: MLFlowError

Raised when model card operations fail.

exception satorbis_kit.ml_lifecycle.exceptions.mlflow.RegistryError[source]

Bases: MLFlowError

Raised when model registry operations fail.

exception satorbis_kit.ml_lifecycle.exceptions.mlflow.RunError[source]

Bases: MLFlowError

Raised when run operations fail.