Class AnthropicBatchResult
java.lang.Object
dev.langchain4j.model.anthropic.internal.api.AnthropicBatchResult
A single line of the JSONL document served from a batch's
results_url.
customId correlates the outcome with the originating request. Results are returned
in arbitrary order, so callers must key on custom_id rather than position.
result.type is one of succeeded, errored, canceled, or
expired; AnthropicBatchResult.Result.message is populated only for succeeded.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
customId
-
result
-
-
Constructor Details
-
AnthropicBatchResult
public AnthropicBatchResult()
-