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

Schema representing a FineTuneEvent within the OpenAI API

Link to this section Summary

Link to this section Types

Specs

t() :: %ExOpenAI.Components.FineTuneEvent{
  created_at: integer(),
  level: String.t(),
  message: String.t(),
  object: String.t()
}