View Source ExOpenAI.Components.ListFineTuningJobCheckpointsResponse (ex_openai.ex v1.7.0)

Schema representing a ListFineTuningJobCheckpointsResponse within the OpenAI API

Summary

Types

@type t() :: %ExOpenAI.Components.ListFineTuningJobCheckpointsResponse{
  data: [ExOpenAI.Components.FineTuningJobCheckpoint.t()],
  first_id: String.t() | nil,
  has_more: boolean(),
  last_id: String.t() | nil,
  object: :list
}