Package com.openai.models
Class Batch.Object
-
- All Implemented Interfaces:
-
com.openai.core.Enum
public final class Batch.Object implements EnumThe object type, which is always
batch.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumBatch.Object.Knownpublic enumBatch.Object.Value
-
Field Summary
Fields Modifier and Type Field Description public final static Batch.ObjectBATCH
-
Method Summary
-
-
Method Detail
-
value
final Batch.Object.Value value()
-
known
final Batch.Object.Known known()
-
of
final static Batch.Object of(String value)
-
-
-
-