Unreal OpenAI API 1.0.0
Loading...
Searching...
No Matches
FExpiresAfter Struct Reference

#include <UploadTypes.h>

Public Attributes

FString Anchor {"created_at"}
int32 Seconds {}
bool IsSet {false}

Detailed Description

The expiration policy for a file. By default, files with purpose=batch expire after 30 days and all other files are persisted until manually deleted.

Member Data Documentation

◆ Anchor

FString FExpiresAfter::Anchor {"created_at"}

Anchor timestamp after which the expiration policy applies. Supported anchors: "created_at".

◆ IsSet

bool FExpiresAfter::IsSet {false}

Whether the expiration policy is set. Set to true to include this field in the request.

◆ Seconds

int32 FExpiresAfter::Seconds {}

The number of seconds after the anchor time that the file will expire. Must be between 3600 (1 hour) and 2592000 (30 days).


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