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

#include <BatchTypes.h>

Public Attributes

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

Detailed Description

The expiration policy for batch output/error files.

Member Data Documentation

◆ Anchor

FString FOutputExpiresAfter::Anchor {"created_at"}

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

◆ IsSet

bool FOutputExpiresAfter::IsSet {false}

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

◆ Seconds

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).


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