ExLLM.Providers.Gemini.Tuning.ListTunedModelsResponse (ex_llm v0.8.1)
View SourceResponse from listing tuned models.
Summary
Types
@type t() :: %ExLLM.Providers.Gemini.Tuning.ListTunedModelsResponse{ next_page_token: String.t() | nil, tuned_models: [ExLLM.Providers.Gemini.Tuning.TunedModel.t()] }