mlflow.exceptions

exception mlflow.exceptions.MlflowException(message, error_code=1, **kwargs)

Generic exception thrown when an MLflow operation fails

exception mlflow.exceptions.ExecutionException(message, error_code=1, **kwargs)[source]

Bases: mlflow.exceptions.MlflowException

Exception thrown when executing a project fails

exception mlflow.exceptions.MissingConfigException(message, error_code=1, **kwargs)[source]

Bases: mlflow.exceptions.MlflowException

Exception thrown when expected configuration file/directory not found

exception mlflow.exceptions.RestException(json)[source]

Bases: mlflow.exceptions.MlflowException

Exception thrown on non 200-level responses from the REST API