OpenAi.FineTuning.Integration.Wandb (OpenAI REST API Client v0.2.1)

Provides struct and type for a FineTuning.Integration.Wandb

Summary

Types

@type t() :: %OpenAi.FineTuning.Integration.Wandb{
  entity: String.t() | nil,
  name: String.t() | nil,
  project: String.t(),
  tags: [String.t()] | nil
}