Unreal OpenAI API 1.0.0
Public Attributes | List of all members
FOpenAIBatch Struct Reference
Inheritance diagram for FOpenAIBatch:
FCancelBatchResponse FCreateBatchResponse FRetrieveBatchResponse

Public Attributes

FString Id
 
FString Object
 
FString Endpoint
 
FOpenAIBatchErrors Errors
 
FString Input_File_Id
 
FString Completion_Window
 
FString Status
 
FString Output_File_Id
 
FString Error_File_Id
 
int32 Created_At {}
 
int32 In_Progress_At {}
 
int32 Expires_At {}
 
int32 Finalizing_At {}
 
int32 Completed_At {}
 
int32 Failed_At {}
 
int32 Expired_At {}
 
int32 Cancelling_At {}
 
int32 Cancelled_At {}
 
FOpenAIRequestCounts Request_Counts
 
TMap< FString, FString > Metadata
 

Member Data Documentation

◆ Cancelled_At

int32 FOpenAIBatch::Cancelled_At {}

The Unix timestamp (in seconds) for when the batch was cancelled.

◆ Cancelling_At

int32 FOpenAIBatch::Cancelling_At {}

The Unix timestamp (in seconds) for when the batch started cancelling.

◆ Completed_At

int32 FOpenAIBatch::Completed_At {}

The Unix timestamp (in seconds) for when the batch was completed.

◆ Completion_Window

FString FOpenAIBatch::Completion_Window

The time frame within which the batch should be processed.

◆ Created_At

int32 FOpenAIBatch::Created_At {}

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

◆ Endpoint

FString FOpenAIBatch::Endpoint

The OpenAI API endpoint used by the batch.

◆ Error_File_Id

FString FOpenAIBatch::Error_File_Id

The ID of the file containing the outputs of requests with errors.

◆ Expired_At

int32 FOpenAIBatch::Expired_At {}

The Unix timestamp (in seconds) for when the batch expired.

◆ Expires_At

int32 FOpenAIBatch::Expires_At {}

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

◆ Failed_At

int32 FOpenAIBatch::Failed_At {}

The Unix timestamp (in seconds) for when the batch failed.

◆ Finalizing_At

int32 FOpenAIBatch::Finalizing_At {}

The Unix timestamp (in seconds) for when the batch started finalizing.

◆ In_Progress_At

int32 FOpenAIBatch::In_Progress_At {}

The Unix timestamp (in seconds) for when the batch started processing.

◆ Input_File_Id

FString FOpenAIBatch::Input_File_Id

The ID of the input file for the batch.

◆ Metadata

TMap<FString, FString> FOpenAIBatch::Metadata

Set of 16 key-value pairs that can be attached to an object. This can be useful for storing additional information about the object in a structured format. Keys can be a maximum of 64 characters long and values can be a maxium of 512 characters long.

◆ Object

FString FOpenAIBatch::Object

The object type, which is always batch.

◆ Output_File_Id

FString FOpenAIBatch::Output_File_Id

The ID of the file containing the outputs of successfully executed requests.

◆ Request_Counts

FOpenAIRequestCounts FOpenAIBatch::Request_Counts

The request counts for different statuses within the batch.

◆ Status

FString FOpenAIBatch::Status

The current status of the batch.


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