|
Unreal OpenAI API 1.0.0
|
#include <BatchTypes.h>
Public Attributes | |
| FString | Anchor {"created_at"} |
| int32 | Seconds {} |
| bool | IsSet {false} |
The expiration policy for batch output/error files.
| FString FOutputExpiresAfter::Anchor {"created_at"} |
Anchor timestamp after which the expiration policy applies. Supported anchors: "created_at".
| bool FOutputExpiresAfter::IsSet {false} |
Whether the expiration policy is set. Set to true to include this field in the request.
| int32 FOutputExpiresAfter::Seconds {} |
The number of seconds after the anchor time that the file will expire. Must be between 3600 (1 hour) and 2592000 (30 days).