Method: OpenAI::Models::BatchCreateParams#completion_window

Defined in:
lib/openai/models/batch_create_params.rb

#completion_windowSymbol, OpenAI::Models::BatchCreateParams::CompletionWindow

The time frame within which the batch should be processed. Currently only 24h is supported.



15
# File 'lib/openai/models/batch_create_params.rb', line 15

required :completion_window, enum: -> { OpenAI::BatchCreateParams::CompletionWindow }