MistralClient.Models.ArchiveFTModelOut (mistralex_ai v0.1.0)

View Source

Represents an archive fine-tuned model response.

Summary

Functions

Create an archive model response from a map.

Types

t()

@type t() :: %MistralClient.Models.ArchiveFTModelOut{
  archived: boolean() | nil,
  id: String.t(),
  object: String.t() | nil
}

Functions

from_map(data)

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

Create an archive model response from a map.