Class MessageBatchResultsParams

  • All Implemented Interfaces:
    com.anthropic.core.Params

    
    public final class MessageBatchResultsParams
     implements Params
                        

    Streams the results of a Message Batch as a .jsonl file.

    Each line in the file is a JSON object containing the result of a single request in the Message Batch. Results are not guaranteed to be in the same order as requests. Use the custom_id field to match results to requests.