Raised when a weight update cannot be imported or acknowledged.
| 1345 | |
| 1346 | |
| 1347 | class WeightUpdateRejectedError(WeightBridgeError): |
| 1348 | """Raised when a weight update cannot be imported or acknowledged.""" |
| 1349 | |
| 1350 | |
| 1351 | def _validated_manifest_metadata(metadata: Optional[Mapping[str, Any]]) -> dict[str, Any]: |
no outgoing calls
no test coverage detected