Uses of Class
dev.langchain4j.model.anthropic.internal.api.AnthropicBatch
Packages that use AnthropicBatch
Package
Description
-
Uses of AnthropicBatch in dev.langchain4j.model.anthropic.internal.api
Fields in dev.langchain4j.model.anthropic.internal.api with type parameters of type AnthropicBatch -
Uses of AnthropicBatch in dev.langchain4j.model.anthropic.internal.client
Methods in dev.langchain4j.model.anthropic.internal.client that return AnthropicBatchModifier and TypeMethodDescriptionAnthropicClient.cancelBatch(String batchId) DefaultAnthropicClient.cancelBatch(String batchId) AnthropicClient.createBatch(AnthropicCreateBatchRequest request) DefaultAnthropicClient.createBatch(AnthropicCreateBatchRequest request) AnthropicClient.retrieveBatch(String batchId) DefaultAnthropicClient.retrieveBatch(String batchId)