Class AnthropicCreateBatchRequest
java.lang.Object
dev.langchain4j.model.anthropic.internal.api.AnthropicCreateBatchRequest
Request body for the Anthropic Message Batches API (
POST /v1/messages/batches).
Each AnthropicCreateBatchRequest.Request carries a caller-assigned custom_id and the same
AnthropicCreateMessageRequest that a single (non-batch) message request would use.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
-
Field Details
-
requests
-
-
Constructor Details
-
AnthropicCreateBatchRequest
public AnthropicCreateBatchRequest() -
AnthropicCreateBatchRequest
-