◆ 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
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: