Enforce full_response_path=true
when users configure JSON Path in ML processors
#368
Labels
full_response_path=true
when users configure JSON Path in ML processors
#368
We should add extra warnings or checks within the modal that detect when JSON Path is being written for the transform. In which case,
full_response_path
should be set to true.Need to mimic ML inference functionality on the transforms for this part as best as we can: check for different scenarios like full_response_path, models with interfaces, models with preprocessors, etc.
The text was updated successfully, but these errors were encountered: