Unreal OpenAI API 1.0.0
Public Attributes | List of all members
FUploadObjectResponse Struct Reference

#include <UploadTypes.h>

Public Attributes

FString Id
 
int32 Created_At {}
 
FString Filename
 
int64 Bytes {}
 
FString Purpose
 
FString Status
 
int32 Expires_At {}
 
FString Object
 
FOpenAIFileBase File
 

Detailed Description

The Upload object can accept byte chunks in the form of Parts.

Member Data Documentation

◆ Bytes

int64 FUploadObjectResponse::Bytes {}

The intended number of bytes to be uploaded.

◆ Created_At

int32 FUploadObjectResponse::Created_At {}

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

◆ Expires_At

int32 FUploadObjectResponse::Expires_At {}

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

◆ File

FOpenAIFileBase FUploadObjectResponse::File

The File object represents a document that has been uploaded to OpenAI.

◆ Filename

FString FUploadObjectResponse::Filename

The name of the file to be uploaded.

◆ Id

FString FUploadObjectResponse::Id

The Upload unique identifier, which can be referenced in API endpoints.

◆ Object

FString FUploadObjectResponse::Object

The object type, which is always "upload".

◆ Purpose

FString FUploadObjectResponse::Purpose

The intended purpose of the file. Please refer here for acceptable values.

◆ Status

FString FUploadObjectResponse::Status

The status of the Upload.


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