Unreal OpenAI API 1.0.0
Public Attributes | List of all members
FOpenAIFileBase Struct Reference
Inheritance diagram for FOpenAIFileBase:
FOpenAIFile FRetrieveFileResponse FUploadFileResponse

Public Attributes

FString ID
 
FString Object
 
int32 Bytes {}
 
int32 Created_At {}
 
FString FileName
 
FString Purpose
 

Member Data Documentation

◆ Bytes

int32 FOpenAIFileBase::Bytes {}

The size of the file in bytes.

◆ Created_At

int32 FOpenAIFileBase::Created_At {}

The Unix timestamp (in seconds) for when the file was created.

◆ FileName

FString FOpenAIFileBase::FileName

The name of the file.

◆ ID

FString FOpenAIFileBase::ID

The file identifier, which can be referenced in the API endpoints.

◆ Object

FString FOpenAIFileBase::Object

The object type, which is always "file".

◆ Purpose

FString FOpenAIFileBase::Purpose

The intended purpose of the file. Supported values are fine-tune or fine-tune-results.


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