Class MistralAiBatchResultEntry

java.lang.Object
dev.langchain4j.model.mistralai.internal.api.MistralAiBatchResultEntry

public class MistralAiBatchResultEntry extends Object
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.