Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Request for new functionality
View staffing
Description
- The asked functionality here is in the Vertex AI sdk for batch prediction.
- The expected input formats for `batch predictions (list of lists)` and `online predictions (list of dicts)` complicates the integration process. Resolving this issue would streamline the model deployment workflow, improving developer productivity and operational efficiency.
How this might work:
- Batch prediction input format also should be in the form `list of dicts` as is there in the online prediction.
If applicable, reasons why alternative solutions are not sufficient:
`batch predictions (list of lists)` and `online predictions (list of dicts)` complicates the integration process