MistralClient.Models.BatchJobsOut (mistralex_ai v0.1.0)
View SourceRepresents a list of batch jobs response.
Summary
Functions
Create a batch jobs response from a map.
Types
@type t() :: %MistralClient.Models.BatchJobsOut{ data: [MistralClient.Models.BatchJobOut.t()] | nil, object: String.t() | nil, total: integer() }