We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add dependency (soft/hard) field to the inference graph Step to determine whether to terminate the graph execution upon error responses.
Step
By default it maintains the current behavior as soft, if user specifies hard then it terminates at the current step upon error response.
Ex. v0.11.1
Link to associated PRs or issues from other repos here.
The text was updated successfully, but these errors were encountered:
rachitchauhan43
No branches or pull requests
What is changing? (Please include as many details as possible.)
Add dependency (soft/hard) field to the inference graph
Step
to determine whether to terminate the graph execution upon error responses.How will this impact our users?
By default it maintains the current behavior as soft, if user specifies hard then it terminates at the current step upon error response.
In what release will this take happen (to the best of your knowledge)?
Ex. v0.11.1
Context
Link to associated PRs or issues from other repos here.
Additional info
The text was updated successfully, but these errors were encountered: