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