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

Schema representing a FineTuningIntegration within the OpenAI API

Summary

Types

@type t() :: %ExOpenAI.Components.FineTuningIntegration{
  type: :wandb,
  wandb: %{
    entity: String.t(),
    name: String.t(),
    project: String.t(),
    tags: [String.t()]
  }
}