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.MlflowExceptionException thrown when executing a project fails
-
exception
mlflow.exceptions.MissingConfigException(message, error_code=1, **kwargs)[source] Bases:
mlflow.exceptions.MlflowExceptionException thrown when expected configuration file/directory not found
-
exception
mlflow.exceptions.RestException(json)[source] Bases:
mlflow.exceptions.MlflowExceptionException thrown on non 200-level responses from the REST API