Uses of Class
dev.langchain4j.model.mistralai.internal.api.MistralAiBatchResultEntry
Packages that use MistralAiBatchResultEntry
-
Uses of MistralAiBatchResultEntry in dev.langchain4j.model.mistralai.internal.client
Methods in dev.langchain4j.model.mistralai.internal.client that return types with arguments of type MistralAiBatchResultEntryModifier and TypeMethodDescriptionDefaultMistralAiClient.downloadBatchResults(String fileId) MistralAiClient.downloadBatchResults(String fileId) Downloads and parses the JSONL results of a completed batch job from the file referenced by itsoutput_fileorerror_fileid (GET /v1/files/{fileId}/content).