feat: [Batch]#850
Open
CharlesDuboisSAP wants to merge 22 commits intomainfrom
Open
Conversation
Jonas-Isr
reviewed
May 7, 2026
Member
Jonas-Isr
left a comment
There was a problem hiding this comment.
Looks good, this is more than a PoC. Looks like it could be released.
@jjtang1985 What do you think regarding releasing this?
ZhongpinWang
reviewed
May 7, 2026
| RESOURCE_GROUP, | ||
| BatchCreateRequest.create() | ||
| .type(TypeEnum.LLM_NATIVE) | ||
| .input(BatchCreateRequestInput.create().uri("ai://s3secret/input-batch.jsonl")) |
There was a problem hiding this comment.
FYI, I checked, even if we use PUT request of the File API to create a file on the fly, it still needs the s3 bucket to upload.
I was thinking to not have test data configured independently from the test so that tests do not rely on any data from outside.
I would create this file on the fly (fine if we override). But no strong opinion.
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Co-authored-by: Jonas-Isr <jonas.israel@sap.com>
Co-authored-by: Jonas-Isr <jonas.israel@sap.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Context
AI/ai-sdk-java-backlog#385.
New module, new API
Definition of Done