Unreal OpenAI API 1.0.0
Public Attributes | List of all members
FFineTuningJobObjectResponse Struct Reference

Public Attributes

FString ID
 
int32 Created_At {}
 
FFineTuningJobError Error
 
FString Fine_Tuned_Model
 
int32 Finished_At {}
 
FFineTuningJobHyperparamsResponse Hyperparameters
 
FString Model
 
FString Object
 
FString Organization_ID
 
TArray< FString > Result_Files
 
FString Status
 
int32 Trained_Tokens {}
 
FString Training_File
 
FString Validation_File
 
TArray< FIntegrationIntegrations
 
int32 Seed {}
 
int32 Estimated_Finish {}
 

Member Data Documentation

◆ Created_At

int32 FFineTuningJobObjectResponse::Created_At {}

The Unix timestamp (in seconds) for when the fine-tuning job was created.

◆ Error

FFineTuningJobError FFineTuningJobObjectResponse::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

FFineTuningJobHyperparamsResponse FFineTuningJobObjectResponse::Hyperparameters

The hyperparameters used for the fine-tuning job: https://platform.openai.com/docs/guides/fine-tuning See the fine-tuning guide for more details.

◆ 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

The compiled results file ID(s) for the fine-tuning job. You can retrieve the results with the Files API: https://platform.openai.com/docs/api-reference/files/retrieve-contents

◆ 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

The file ID used for training. You can retrieve the training data with the Files API: https://platform.openai.com/docs/api-reference/files/retrieve-contents

◆ Validation_File

FString FFineTuningJobObjectResponse::Validation_File

The file ID used for validation. You can retrieve the validation results with the Files API: https://platform.openai.com/docs/api-reference/files/retrieve-contents


The documentation for this struct was generated from the following file: