satorbis_kit.ml_lifecycle.exceptions package

exception satorbis_kit.ml_lifecycle.exceptions.ArtifactError[source]

Bases: MLFlowError

Raised when artifact operations fail.

exception satorbis_kit.ml_lifecycle.exceptions.ExperimentError[source]

Bases: MLFlowError

Raised when experiment operations fail.

exception satorbis_kit.ml_lifecycle.exceptions.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.MLFlowError[source]

Bases: Exception

Base exception for all ml_lifecycle operations.

exception satorbis_kit.ml_lifecycle.exceptions.ModelCardError[source]

Bases: MLFlowError

Raised when model card operations fail.

exception satorbis_kit.ml_lifecycle.exceptions.RegistryError[source]

Bases: MLFlowError

Raised when model registry operations fail.

exception satorbis_kit.ml_lifecycle.exceptions.RunError[source]

Bases: MLFlowError

Raised when run operations fail.

Submodules