Exceptions
AsyncJobFailed
Raised when an asynchronous job fails to execute successfully.
Raised when an asynchronous job fails to execute successfully.
This exception is thrown when long-running operations (such as model training,
data processing, or batch operations) fail to complete successfully. The job
may have been submitted successfully but encountered an error during execution.
Async jobs in Fiddler include operations like model artifact uploads, baseline
computations, batch data ingestion, and other time-intensive operations that
run in the background.
Monitoring job status to avoid exceptions: