OpenAI.FineTune (oapi_oai v0.1.2)
Provides struct and type for FineTune
Link to this section Summary
Link to this section Types
@type t() :: %OpenAI.FineTune{ created_at: integer(), events: [map()] | nil, fine_tuned_model: String.t() | nil, hyperparams: map(), id: String.t(), model: String.t(), object: String.t(), organization_id: String.t(), result_files: [map()], status: String.t(), training_files: [map()], updated_at: integer(), validation_files: [map()] }