OPENAPI / COMPONENTS / SCHEMAS

Create Fine Tuning Job Request data structure

CreateFineTuningJobRequest

Structural definition for Create Fine Tuning Job Request in the OpenAI API contract.

object9properties
hyperparametersobject

hyperparameters value in the OpenAI API contract.

integrationsarray

integrations value in the OpenAI API contract.

metadataMetadata

metadata value in the OpenAI API contract.

methodFineTuneMethod

method value in the OpenAI API contract.

modelstringrequired

model value in the OpenAI API contract.

seedinteger

seed value in the OpenAI API contract.

suffixstring

suffix value in the OpenAI API contract.

training_filestringrequired

training file value in the OpenAI API contract.

validation_filestring

validation file value in the OpenAI API contract.