MistralClient.Models.BatchJobsOut (mistralex_ai v0.1.0)

View Source

Represents a list of batch jobs response.

Summary

Functions

Create a batch jobs response from a map.

Types

t()

@type t() :: %MistralClient.Models.BatchJobsOut{
  data: [MistralClient.Models.BatchJobOut.t()] | nil,
  object: String.t() | nil,
  total: integer()
}

Functions

from_map(data)

@spec from_map(map()) :: {:ok, t()} | {:error, any()}

Create a batch jobs response from a map.