ExOpenAI.Components.ListFineTunesResponse (ex_openai.ex v1.0.4) View Source

Schema representing a ListFineTunesResponse within the OpenAI API

Link to this section Summary

Link to this section Types

Specs

t() :: %ExOpenAI.Components.ListFineTunesResponse{
  data: [ExOpenAI.Components.FineTune.t()],
  object: String.t()
}