Class AnthropicListBatchesResponse

java.lang.Object
dev.langchain4j.model.anthropic.internal.api.AnthropicListBatchesResponse

public class AnthropicListBatchesResponse extends Object
Response body for the list endpoint of the Anthropic Message Batches API (GET /v1/messages/batches).

Uses id-cursor pagination: when hasMore is true, lastId is the cursor to pass back as after_id to fetch the next page.

  • Field Details

  • Constructor Details

    • AnthropicListBatchesResponse

      public AnthropicListBatchesResponse()