Unreal OpenAI API 1.0.0
Public Attributes | List of all members
FOpenAIModel Struct Reference
Inheritance diagram for FOpenAIModel:
FRetrieveModelResponse

Public Attributes

FString ID
 
int32 Created {}
 
FString Object
 
FString Owned_By
 

Member Data Documentation

◆ Created

int32 FOpenAIModel::Created {}

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

◆ ID

FString FOpenAIModel::ID

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

◆ Object

FString FOpenAIModel::Object

The object type, which is always "model".

◆ Owned_By

FString FOpenAIModel::Owned_By

The organization that owns the model.


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