|
Unreal OpenAI API 1.0.0
|
#include <UploadTypes.h>
Public Attributes | |
| FString | Anchor {"created_at"} |
| int32 | Seconds {} |
| bool | IsSet {false} |
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.
| FString FExpiresAfter::Anchor {"created_at"} |
Anchor timestamp after which the expiration policy applies. Supported anchors: "created_at".
| bool FExpiresAfter::IsSet {false} |
Whether the expiration policy is set. Set to true to include this field in the request.
| 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).