Bases: ImportError
Raised when a dotted path references a module not in the trusted allowlist.
See Also
EstimatorConfig.build : Method that raises this error for untrusted modules.
Source Code
View on GitHub
Show/Hide source
| class UntrustedModuleError(ImportError):
"""Raised when a dotted path references a module not in the trusted allowlist.
See Also
--------
EstimatorConfig.build : Method that raises this error for untrusted modules.
"""
|