◆ Created_At
int32 FFineTuningJobObjectResponse::Created_At {} |
The Unix timestamp (in seconds) for when the fine-tuning job was created.
◆ Error
For fine-tuning jobs that have failed, this will contain more information on the cause of the failure.
◆ Estimated_Finish
int32 FFineTuningJobObjectResponse::Estimated_Finish {} |
The Unix timestamp (in seconds) for when the fine-tuning job is estimated to finish. The value will be null if the fine-tuning job is not running.
◆ Fine_Tuned_Model
FString FFineTuningJobObjectResponse::Fine_Tuned_Model |
The name of the fine-tuned model that is being created. The value will be null if the fine-tuning job is still running.
◆ Finished_At
int32 FFineTuningJobObjectResponse::Finished_At {} |
The Unix timestamp (in seconds) for when the fine-tuning job was finished. The value will be null if the fine-tuning job is still running.
◆ Hyperparameters
◆ ID
FString FFineTuningJobObjectResponse::ID |
The object identifier, which can be referenced in the API endpoints.
◆ Integrations
TArray<FIntegration> FFineTuningJobObjectResponse::Integrations |
A list of integrations to enable for this fine-tuning job.
◆ Model
FString FFineTuningJobObjectResponse::Model |
The size of the file in bytes.
◆ Object
FString FFineTuningJobObjectResponse::Object |
The object type, which is always "fine_tuning.job".
◆ Organization_ID
FString FFineTuningJobObjectResponse::Organization_ID |
The organization that owns the fine-tuning job.
◆ Result_Files
TArray<FString> FFineTuningJobObjectResponse::Result_Files |
◆ Seed
int32 FFineTuningJobObjectResponse::Seed {} |
The seed used for the fine-tuning job.
◆ Status
FString FFineTuningJobObjectResponse::Status |
The current status of the fine-tuning job, which can be either validating_files, queued, running, succeeded, failed, or cancelled.
◆ Trained_Tokens
int32 FFineTuningJobObjectResponse::Trained_Tokens {} |
The total number of billable tokens processed by this fine-tuning job. The value will be null if the fine-tuning job is still running.
◆ Training_File
FString FFineTuningJobObjectResponse::Training_File |
◆ Validation_File
FString FFineTuningJobObjectResponse::Validation_File |
The documentation for this struct was generated from the following file: