Gemini.Types.Tuning.TuningJobError (GeminiEx v0.8.4)

View Source

Error information for failed tuning jobs.

Summary

Functions

Parses error from API response.

Types

t()

@type t() :: %Gemini.Types.Tuning.TuningJobError{
  code: integer() | nil,
  details: list() | nil,
  message: String.t() | nil
}

Functions

from_api_response(error)

@spec from_api_response(map() | nil) :: t() | nil

Parses error from API response.