Noizu.OpenAI.FineTuning.Job (Noizu Labs: OpenAI v0.1.3)

Represents a fine-tuning job that has been created through the API.

Link to this section Summary

Link to this section Types

@type t() :: %Noizu.OpenAI.FineTuning.Job{
  created_at: integer(),
  error: map(),
  fine_tuned_model: String.t(),
  finished_at: integer() | nil,
  hyperparameters: map(),
  id: String.t(),
  model: String.t(),
  object: String.t(),
  organization_id: String.t(),
  result_files: [String.t()],
  status: String.t(),
  trained_tokens: integer() | nil,
  training_file: String.t(),
  validation_file: String.t() | nil
}

Link to this section Functions