Package com.openai.models
Class BatchCreateParams.CompletionWindow
-
- All Implemented Interfaces:
-
com.openai.core.Enum
public final class BatchCreateParams.CompletionWindow implements Enum
The time frame within which the batch should be processed. Currently only
24h
is supported.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enum
BatchCreateParams.CompletionWindow.Known
public enum
BatchCreateParams.CompletionWindow.Value
-
Field Summary
Fields Modifier and Type Field Description public final static BatchCreateParams.CompletionWindow
_24H
-
Method Summary
Modifier and Type Method Description final JsonField<String>
_value()
final BatchCreateParams.CompletionWindow.Value
value()
final BatchCreateParams.CompletionWindow.Known
known()
final String
asString()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static BatchCreateParams.CompletionWindow
of(String value)
-
-
Method Detail
-
value
final BatchCreateParams.CompletionWindow.Value value()
-
known
final BatchCreateParams.CompletionWindow.Known known()
-
of
final static BatchCreateParams.CompletionWindow of(String value)
-
-
-
-