FineTuningJob R6 class
FineTuningJob R6 class
Public fields
idThe ID of the fine-tuning job.
created_atThe time the fine-tuning job was created.
errorThe error message, if any.
fine_tuned_modelThe name of the fine-tuned model.
finished_atThe time the fine-tuning job finished.
hyperparametersThe hyperparameters used for the fine-tuning job.
modelThe name of the model to fine-tune.
objectThe object type.
organization_idThe ID of the organization.
result_filesThe result files.
statusThe status of the fine-tuning job.
trained_tokensThe number of tokens trained.
training_fileThe ID of the training file.
validation_fileThe ID of the validation file.
integrationsThe integrations enabled for the fine-tuning job.
seedThe seed used for the fine-tuning job.
estimated_finishThe estimated finish time.
Methods
Method new()
Initialize a FineTuningJob object.
Usage
FineTuningJob$new(
model = NULL,
training_file = NULL,
...,
resp = NULL,
.async = FALSE
)