FineTuningJob R6 class
FineTuningJob R6 class
Public fields
id
The ID of the fine-tuning job.
created_at
The time the fine-tuning job was created.
error
The error message, if any.
fine_tuned_model
The name of the fine-tuned model.
finished_at
The time the fine-tuning job finished.
hyperparameters
The hyperparameters used for the fine-tuning job.
model
The name of the model to fine-tune.
object
The object type.
organization_id
The ID of the organization.
result_files
The result files.
status
The status of the fine-tuning job.
trained_tokens
The number of tokens trained.
training_file
The ID of the training file.
validation_file
The ID of the validation file.
integrations
The integrations enabled for the fine-tuning job.
seed
The seed used for the fine-tuning job.
estimated_finish
The estimated finish time.
Methods
Method new()
Initialize a FineTuningJob object.
Usage
FineTuningJob$new(
model = NULL,
training_file = NULL,
...,
resp = NULL,
.async = FALSE
)