Package com.openai.models
Class BatchCreateParams.CompletionWindow
-
- All Implemented Interfaces:
-
com.openai.core.Enum
public final class BatchCreateParams.CompletionWindow implements EnumThe time frame within which the batch should be processed. Currently only
24his supported.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumBatchCreateParams.CompletionWindow.Knownpublic enumBatchCreateParams.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.Valuevalue()final BatchCreateParams.CompletionWindow.Knownknown()final StringasString()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BatchCreateParams.CompletionWindowof(String value)-
-
Method Detail
-
value
final BatchCreateParams.CompletionWindow.Value value()
-
known
final BatchCreateParams.CompletionWindow.Known known()
-
of
final static BatchCreateParams.CompletionWindow of(String value)
-
-
-
-