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

Schema representing a ListFineTuneEventsResponse within the OpenAI API

Link to this section Summary

Link to this section Types

Specs

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