mlrun icon indicating copy to clipboard operation
mlrun copied to clipboard

[Serving] Add support for input as a Batch (without model monitoring)

Open tomerm-iguazio opened this issue 2 months ago โ€ข 0 comments

๐Ÿ“ Description

Add support for input as a batch in ModelRunnerErrorRaiser and add format_batch client function. Update body parameter type.

Important note: Batch support in model monitoring will be added in a follow-up PR and is not supported yet.


๐Ÿ› ๏ธ Changes Made


โœ… Checklist

  • [x] I updated the documentation (if applicable)
  • [x] I have tested the changes in this PR
  • [x] I confirmed whether my changes are covered by system tests
    • [x] If yes, I ran all relevant system tests and ensured they passed before submitting this PR
    • [x] I updated existing system tests and/or added new ones if needed to cover my changes
  • [x] If I introduced a deprecation:
    • [x] I followed the Deprecation Guidelines
    • [ ] I updated the relevant Jira ticket for documentation

๐Ÿงช Testing

Add unit tests + system tests.


๐Ÿ”— References

  • Ticket link: ML-11680
  • Design docs links:
  • External links:

๐Ÿšจ Breaking Changes?

  • [ ] Yes (explain below)
  • [ ] No

๐Ÿ”๏ธ Additional Notes

tomerm-iguazio avatar Dec 14 '25 16:12 tomerm-iguazio