MistralClient.Models.FineTuningJobsResponse (mistralex_ai v0.1.0)

View Source

Represents a list of fine-tuning jobs response.

Summary

Functions

Create a fine-tuning jobs response from a map.

Types

t()

@type t() :: %MistralClient.Models.FineTuningJobsResponse{
  data: [MistralClient.Models.FineTuningJobResponse.t()],
  has_more: boolean() | nil,
  object: String.t() | nil,
  total: integer()
}

Functions

from_map(data)

@spec from_map(map()) :: t()

Create a fine-tuning jobs response from a map.