flip.exceptions
Custom exception types for the FLIP package.
Exceptions
Raised when uploading federated training results to S3 fails. |
Module Contents
- exception flip.exceptions.ResultsUploadError
Bases:
ExceptionRaised when uploading federated training results to S3 fails.
Distinct from generic training failures so callers can report a model status of
RESULTS_UPLOAD_FAILED(training succeeded, results upload did not) rather than a blanketERROR.