Unreal OpenAI API 1.0.0
Loading...
Searching...
No Matches
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
int32 Expires_At {}

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.

◆ Expires_At

int32 FOpenAIFileBase::Expires_At {}

The Unix timestamp (in seconds) for when the file will expire.

◆ 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 assistants, assistants_output, batch, batch_output, fine-tune, fine-tune-results, vision, and user_data.


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