Class MistralAiBatchResultEntry
java.lang.Object
dev.langchain4j.model.mistralai.internal.api.MistralAiBatchResultEntry
A single line of the JSONL document referenced by a completed batch job's
output_file
(or error_file).
customId correlates the outcome with the originating request. Lines are returned in
arbitrary order, so callers must key on custom_id rather than position. A successful line
carries a response whose MistralAiBatchResultEntry.Response.body is the /v1/chat/completions result;
a failed line carries an error.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
customId
-
response
-
error
-
-
Constructor Details
-
MistralAiBatchResultEntry
public MistralAiBatchResultEntry()
-