You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using this library for creating model inference pipelines in our code base but had some doubts about error handling, can you please help?
Say a component in the pipeline raised an Exception. We can only catch the exception when calling calculate.
How do I know which component of the pipeline threw the exception?
The text was updated successfully, but these errors were encountered:
I'm using this library for creating model inference pipelines in our code base but had some doubts about error handling, can you please help?
Say a component in the pipeline raised an Exception. We can only catch the exception when calling calculate.
How do I know which component of the pipeline threw the exception?
The text was updated successfully, but these errors were encountered: