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